nnquan / artii-api

ASCII art API

Home Page:http://artii.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artii API

           _____  _____ _____ _____              _              _____ _____ 
    /\    / ____|/ ____|_   _|_   _|            | |       /\   |  __ \_   _|
   /  \  | (___ | |      | |   | |     __ _ _ __| |_     /  \  | |__) || |  
  / /\ \  \___ \| |      | |   | |    / _` | '__| __|   / /\ \ |  ___/ | |  
 / ____ \ ____) | |____ _| |_ _| |_  | (_| | |  | |_   / ____ \| |    _| |_ 
/_/    \_\_____/ \_____|_____|_____|  \__,_|_|   \__| /_/    \_\_|   |_____|

Build Status Build Status

Production environment configuration

Set production environment

$ heroku config:add GOLIATH_ENV=production

Notes

To start app server run

$ GOLIATH_ENV=development foreman start

If it doesn't work maybe you should install foreman

$ gem install foreman

To start console run

$ bundle exec irb -r ./artii_api.rb

To run specs

$ rake spec

Repo for this project adopts git flow branching model.

About

ASCII art API

http://artii.herokuapp.com


Languages

Language:Ruby 60.3%Language:HTML 20.4%Language:CSS 19.2%