polastre / rails-api-test

A sample API server using Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rails-api-test Build Status

A sample API server using Rails.

This API application calculates the distance between points, assuming there's an external provider of names and coordinates. It uses an Apiary Mock Server to simulate the external provider.

To run, simply do:

bundle exec rails s

To run the tests, it is just:

bundle exec rspec

About

A sample API server using Rails

License:Creative Commons Zero v1.0 Universal


Languages

Language:Ruby 94.9%Language:CSS 2.5%Language:JavaScript 2.0%Language:CoffeeScript 0.6%