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

https://github.com/prodis/foogifs


https://github.com/prodis/foogifs

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Foogifs

## Dependencies

* Ruby 2.2.3
* Sqlite

## Setup

All setup must be done through this script:
```
bin/setup
```

## Running
```
bin/rails server
```

## Testing
```
bin/rspec
```

## TODO
* Replace "Result limits" by "Load more..." feature;
* Show gifs in a grid;
* Angular.js unit test (Jasmine, PhantomJs);
* Features specs (Capybara, Selenium);
* Refactory (optimize) SearchController#index action;
* Better layout.