Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 577 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 577 Bytes

A Restful API for getting useless facts!

Documentation

Complete documentation can be found here

Setup

It is recommended to use pipenv for deterministic and robust build, but you can use any other virtual environment manager as well.

using pip

pip install -r requrirements.txt

using pipenv

pipenv install

Usage

I've written a simple guide on how to use these APIs