Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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