Skip to content

katepysova/CatsApi

Repository files navigation

PetsPaw - The Cat API Project

This project uses The Cat API - free API to use for making some fancy App, Website or Service.

See Project Demo serviced on GitHub Pages.

Installation

  1. Clone this repo or downloand zip:

    [email protected]:katepysova/CatsApi.git

  2. Change your current directory to this project directory.

  3. npm install

  4. npm run prepare - to install git pre-commit hook. Does not work not in a git repository.

  5. git add .husky/pre-commit - to add git pre-commit hook.

  6. touch .env - to create .env file.

  7. Add following content to .env:
    REACT_APP_API_KEY=Your API key generated here.
    REACT_APP_API_URL=https://api.thecatapi.com/v1
    REACT_APP_API_SUB_ID=Your sub_id. Read about it here.

How to run

Additional

npm run format - to format and lint the code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages