Skip to content

sarthakpranesh/unquote-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unquote Api

GitHub issues GitHub pull requests GitHub

This Api is built for getting random quotes. It utilizes Deno as a secure TypeScript runtime and the oak middleware server.

Project uses the awesome dataset present on Kaggle here

Contributors and Developers

Please make sure you have Deno and denon installed before following below steps

  1. git add https://github.com/sarthakpranesh/unquote-api.git
  2. cd unquote-api
  3. denon dev

If you are looking to contribute towards the project make sure you work on a forked version of this repository. Each bug you fix or feature you implement needs to have a different branch that has the following naming convention- `YourName-bug/feature`. After you have completed your awesome work you can open a PR to the `master` branch of this repo.

Available Routes

  • Get Random Quote: GET /getQuote
  • Get Random Quote List: GET /getQuoteList
  • Get Quote by Id: GET /getQuoteById

Help Improve Unquote

Project is actively looking for contributions. If you find any bug or have a feature suggestion head over to our Issues Page and feel free to share your thoughts there :)