Skip to content

mrp4sten/AnimalFriendlyWiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animals Wiki

This is a simple client API to read about family-friendly cats and protective dogs.

Installation

First, clone the repository to your local machine:

git clone https://github.com/yourusername/animalswiki.git
cd animalswiki

Install dependencies

npm install

Configuration

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.

Usage

To build the project run:

npm run build

To start the development server run:

npm run serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published