Travel API - This tells you the no of days left in your trip and that day's weather.

Rahul Kumar Jul 30, 2020

Travel API takes Departure city, Arrival city and Date of Travel as input. And returns the details about the trip like Destination, No of days left in left, Weather of the destination city.

# Project Instructions

The goal of this project are:
- Setting up Webpack
- Sass styles
- Webpack Loaders and Plugins
- Creating layouts and page design
- Service workers
- Using APIs and creating requests to external urls

## Getting started

`cd` into the project folder and run:
- `npm install`

## Starting the API Server

Run `npm run start` to run the API server

## Starting the Client - Development

Run `npm run build-dev` to run the client

## Starting the Client - Production

Run `npm run build-prod` to run the client

## Run Jest Test

Run `npm run test` to run the tests

Project Files

Loading...
..
This directory is empty.

Comments (0)

Leave a Comment