tapdat is a digital tap list application, powered by Contentful.
- Built on top of the Yeoman Webapp Generator
- Includes Gulp / Sass / Handlebars
- Built to consume Contentful APIs
See the Trello board for current design and development tasks.
Periodic builds will be deployed to tapdat.rjlacount.com.
- Create a Contentful account and empty space
- Example content for tapdat is in resources/contentful-export.json and can be imported using the Contentful importer
- Before running the app, you'll need to create your own
config.js
including your Contentful Access Token, Space ID, and number of taps in your setup. This file is not tracked, to keep API keys private.
app/scripts/config.js
var myAccessToken = 'your-token',
mySpaceId = 'your-space-id',
tapCount = 4;
- Run
gulp serve
to preview and watch for changes - Run
gulp
to build your webapp for production
Just let me know if you'd like to contribute!
Licensed under the GPL 3.0. You are encouraged to link back to my web site, and/or this GitHub repository if you find this at all useful.