https://github.com/amprew/your-next-tweet
https://github.com/amprew/your-next-tweet
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amprew/your-next-tweet
- Owner: amprew
- Created: 2018-02-25T15:21:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T13:02:18.000Z (over 8 years ago)
- Last Synced: 2025-05-14T11:19:47.910Z (about 1 year ago)
- Language: JavaScript
- Size: 149 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.