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

https://github.com/mrmurphy/requestr

An exercise in RESTful APIs
https://github.com/mrmurphy/requestr

Last synced: 7 months ago
JSON representation

An exercise in RESTful APIs

Awesome Lists containing this project

README

          

Requestr
========

An exercise in RESTful APIs

## Tests
To run the test suite:

1. `easy_install nose`
2. `easy_install web.py`
2. run `nose` in the root directory of the project.