/datacontains all data from the mongo database we used during Eco_Hack 2016.- Except...
- data is in JSON so it’s easier to manipulate with JavaScript
- data is paged into 4 pages -
entries-1.jsonthroughentries-4.json
entries-sample.jsonis for fun and experiments- contains first 16 entries from
entries-1.json
- contains first 16 entries from
- Except...
/main.jsis the main entry point/configcontains credentials for Firebase accessfirebase.sample.jsis a fake config- Real config is kept private
- Create real
/config/firebase.js $ npm i$ npm run dev