Skip to content

JericHunter/jAPI

Repository files navigation

Installation

  1. Fork this repository and clone your fork locally.

  2. Open the repository folder in your editor of choice:

    $ cd jAPI
    $ atom .
  3. Run npm install to install project dependencies into the activated environment.

  4. Execute npm start to run the development server.

Get All Quotes

Send a GET request to https://guarded-falls-27266.herokuapp.com/

Get A Quote

Send a GET request to https://guarded-falls-27266.herokuapp.com/quote/(quote-author)

Update a Quote

Send a PUT request to https://guarded-falls-27266.herokuapp.com/quote/update/quote

Delete a Quote

Send a DELETE request to https://guarded-falls-27266.herokuapp.com/quote/quote/(quote-title)

About

Creating my own API using JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published