Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baygeldin/just-code-it-hackathon
temporary repo for a hackathon project
https://github.com/baygeldin/just-code-it-hackathon
Last synced: 21 days ago
JSON representation
temporary repo for a hackathon project
- Host: GitHub
- URL: https://github.com/baygeldin/just-code-it-hackathon
- Owner: baygeldin
- Created: 2016-04-01T00:05:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-02T12:44:34.000Z (almost 9 years ago)
- Last Synced: 2024-11-11T05:05:13.751Z (2 months ago)
- Language: JavaScript
- Size: 812 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hackathon-temp
temporary repo for a hackathon project## info
* Pimp My Lang is a language exchange bot
* [@pmlbot](https://telegram.me/pmlbot) on Telegram## todo
* topic suggestions
* audio messages
* localization## notes
* `./src/temp_modules` contain packages which are not yet on npm (i.e. local). They may depend on each other, so using local paths in package.json is not handy. Once ready they should be moved and all imports should be changed accordingly.
* It requires `standard` and `snazzy` installed globally. (Is there any way to install them locally if they are not installed globally?).
* `npm run build` to watch source files for changes and transpile them
* `npm run lint` to check code conventions
* `npm start` to run the bot