| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A small service to make it easier for Libraries.io to read data about Conda Packages in different channels.
Run bundle install to download all dependencies.
You can run a local server within a container with docker-compose docker-compose up or locally with bundle exec puma.
The server should now be running port 9292. This can be verified by going to http://localhost:9292 and verifying it sends back an 'Hello world' response.
Run the unit tests using rspec locally or within a built docker container docker build -t librariesio/conda-api . && docker run -it -e PORT=9292 -p 9292:9292 librariesio/conda-api rspec.
| Back | FazBrowse Home | New Git URL |