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

https://github.com/narkoz/destino

Web service that redirects to a Ruby gem's GitHub or RubyGems project page
https://github.com/narkoz/destino

rubygems web-service

Last synced: 3 months ago
JSON representation

Web service that redirects to a Ruby gem's GitHub or RubyGems project page

Awesome Lists containing this project

README

          

# Destino

Web service that redirects to a Ruby gem's GitHub or RubyGems.org project page.

**Crafted specially for [Crank](https://github.com/NARKOZ/crank-for-rubygems)!**

## Usage

Send a `GET` request to http://sla.herokuapp.com/ ``

Example:

```
GET http://sla.herokuapp.com/git-revision
```

## Developer Quick-Start

Destino is written in [Elixir](http://elixir-lang.org/) with usage of [Sugar
Framework](http://sugar-framework.github.io/). To run it you need Elixir 1.0+
installed.

```sh
git clone https://github.com/NARKOZ/destino.git
cd destino
mix do deps.get, deps.compile
```

When you're done, run the server:

```sh
mix server
```

To run test suite:

```sh
mix test
```

## License

Released under the BSD 2-clause license. See LICENSE.txt for details.