Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vpukhanov/urban-sinatra

Urban Dictionary browser made with Sinatra framework
https://github.com/vpukhanov/urban-sinatra

ruby sinatra single-page-app urban-dictionary

Last synced: 8 days ago
JSON representation

Urban Dictionary browser made with Sinatra framework

Awesome Lists containing this project

README

        

# Urban Sinatra

Urban Dictionary browser made with [Sinatra framework](http://sinatrarb.com/) for learning purposes. Has single page navigation support (via terrible JS script). [Check it out on Render](https://urban-sinatra.onrender.com).

## How to run

gem install bundler
bundle install
ruby app.rb

## Deployment

Master branch is automatically deployed to Heroku. If webpage hasn't been accessed for some time, it goes to sleep, so it could take some time to load.

If you change a .css or .js file, you have to minify them manually before pushing. [This is being worked on](https://github.com/vpukhanov/urban-sinatra/issues/1).