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

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

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)