Merge pull request #1 from strugee/npm-start

Declare Lumo as a dependency
master
Dmitri Sotnikov 6 years ago committed by GitHub
commit 4cd7a5fcf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,8 +6,8 @@ and post it to Mastodon
### installation
1. install [Node.js](https://nodejs.org/en/)
2. install [Lumo](https://github.com/anmonteiro/lumo): `npm install -g lumo-cljs`
3. run `npm install` to install Node modules
2. run `npm install` to install Node modules
3. run `npm start` to, well, start
### usage

@ -4,7 +4,11 @@
"repository": "https://github.com/yogthos/mastodon-bot",
"license": "MIT",
"dependencies": {
"lumo-cljs": "^1.8.0",
"mastodon-api": "1.3.0",
"twitter": "1.7.1"
},
"scripts": {
"start": "./mastodon-bot.cljs"
}
}