This is a simple client API to read about family-friendly cats and protective dogs.
First, clone the repository to your local machine:
git clone https://github.com/yourusername/animalswiki.git
cd animalswiki
npm install
This project uses environment variables for configuration. These are stored in a .env
file. You'll need to create your own .env
file in the root of the project directory.
Here's an example .env
file:
API_URL=https://api.api-ninjas.com/v1
API_KEY=Your_API_Key
Replace Your_API_Key
with your actual API key from api-ninjas.com.
To build the project run:
npm run build
To start the development server run:
npm run serve