Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/potomak/artii-api
ASCII art API
https://github.com/potomak/artii-api
Last synced: 24 days ago
JSON representation
ASCII art API
- Host: GitHub
- URL: https://github.com/potomak/artii-api
- Owner: potomak
- Created: 2012-05-04T22:54:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-07T17:30:00.000Z (over 12 years ago)
- Last Synced: 2024-10-03T19:41:59.599Z (about 1 month ago)
- Language: Ruby
- Homepage: http://artii.herokuapp.com
- Size: 109 KB
- Stars: 61
- Watchers: 8
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Artii API
_____ _____ _____ _____ _ _____ _____
/\ / ____|/ ____|_ _|_ _| | | /\ | __ \_ _|
/ \ | (___ | | | | | | __ _ _ __| |_ / \ | |__) || |
/ /\ \ \___ \| | | | | | / _` | '__| __| / /\ \ | ___/ | |
/ ____ \ ____) | |____ _| |_ _| |_ | (_| | | | |_ / ____ \| | _| |_
/_/ \_\_____/ \_____|_____|_____| \__,_|_| \__| /_/ \_\_| |_____|## Build Status [![Build Status](https://secure.travis-ci.org/potomak/artii-api.png?branch=master)](http://travis-ci.org/potomak/artii-api)
## Production environment configuration
Set production environment
```bash
$ heroku config:add GOLIATH_ENV=production
```## Notes
To start app server run
```bash
$ GOLIATH_ENV=development foreman start
```If it doesn't work maybe you should install `foreman`
```bash
$ gem install foreman
```To start console run
```bash
$ bundle exec irb -r ./artii_api.rb
```To run specs
```bash
$ rake spec
```Repo for this project adopts [*git flow* branching model](http://nvie.com/posts/a-successful-git-branching-model/).