alpersonalwebsite / api-of-apis

API of APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API of APIs

Overview

TO ADD...

This app requires 3 API keys...

  1. Geonames
  2. Weatherbit
  3. Pixabay

Once you have the API keys, use the .env-sample to generate the proper .env file.

Instructions

Install dependencies

npm install

Development

Start dev server

npm run dev:start

Start dev builder (aka, webpack-dev-server) or dev application

npm run dev:build

Production

Build production application

npm run prod:build

Start production server

npm run prod:start

Run Unit tests

npm run test

Lint project

npm run lint

About

API of APIs


Languages

Language:JavaScript 63.3%Language:HTML 21.8%Language:SCSS 14.9%