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
- Host: GitHub
- URL: https://github.com/narkoz/destino
- Owner: NARKOZ
- License: bsd-2-clause
- Created: 2015-01-01T12:13:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-12-19T08:54:48.000Z (almost 6 years ago)
- Last Synced: 2025-04-10T03:51:16.066Z (6 months ago)
- Topics: rubygems, web-service
- Language: Elixir
- Homepage: https://sla.herokuapp.com
- Size: 10.7 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.