Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/widdershin/ghostwriter
An autocompleting editor for writing raps and rhymes.
https://github.com/widdershin/ghostwriter
Last synced: 19 days ago
JSON representation
An autocompleting editor for writing raps and rhymes.
- Host: GitHub
- URL: https://github.com/widdershin/ghostwriter
- Owner: Widdershin
- License: mit
- Created: 2015-09-26T09:33:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-09T02:26:56.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T02:02:23.615Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://widdersh.in/ghostwriter/
- Size: 1.65 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ghostwriter
An autocompleting editor for writing raps and rhymes.Try it out at [widdersh.in/ghostwriter](http://widdersh.in/ghostwriter/)
Setup
----```bash
npm install
node_modules/rhyme/data/fetch.sh # download rhyming dictionary
npm start
```