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

https://github.com/amprew/your-next-tweet


https://github.com/amprew/your-next-tweet

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

## Your Next Tweet

### What is this?
Enter a twitter handle and the application will use a similar algoritm to the markov chain to create funny parody tweets which are similar to what the user may say.

### How to run (`package.json` scripts):

- `test`: Run `jest` test suite.
- `test:watch`: Run `jest` test suite, with `--watch` command param.
- `clean`: Clean `dist` directory.
- `watch:server`: Start server.
- `build`: Build `webpack`.
- `build:watch`: Watch `webpack`.
- `start:dev`: Run application in dev mode.
- `start:prod`: Run application in production mode.