https://github.com/dkunin/poeipsum
Simple server displaying lorem ipsum variations with words from Poe's Raven
https://github.com/dkunin/poeipsum
Last synced: over 1 year ago
JSON representation
Simple server displaying lorem ipsum variations with words from Poe's Raven
- Host: GitHub
- URL: https://github.com/dkunin/poeipsum
- Owner: DKunin
- Created: 2015-06-11T09:08:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T09:44:19.000Z (over 10 years ago)
- Last Synced: 2025-01-21T12:27:34.627Z (over 1 year ago)
- Language: JavaScript
- Size: 391 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Poeipsum
Lorem Ipsum build with random words, from Poe's Raven.
# Build
Made with help of [lipsumator](https://github.com/juice49/lipsumator) module.
There is a build step to compile from es2015 to es5, you'll need babel installed globally for that:
npm i babel -g
Then just run npm build script
npm run build
To start server:
npm start
The default port is 1809 (year of Poe's birth), and the main access point for now is /poeipsum. The front part is not yet build. You can also pass optional parameter ?paragraphs=5 to get more text.
That's it)
## License
MIT © [Dmitri Kunin](http://dkun.in)