Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ node_modules
temp*
dev.json
secret.json

build
.bashrc
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ This is still work-in-progress
# Installation
npm install
create .env file with api key and secret
configure settings in config/default.json file
heroku local:run node app
configure settings in config/default.js file

Window:
> npm run start_win
Mac
> npm run start_mac

# Organisation
* app.js - entry point of application
Expand Down
Loading