UI for openipsum.com.
See the backend API here, it's a public API!
If you find any bugs or would like to ask for features, please open an issue.
Otherwise details for running this application can be found below.
You will need the following things properly installed on your computer.
git clone https://github.com/jaxgeller/open-ipsum-ui
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.