An open API service indexing awesome lists of open source software.

https://github.com/nikhils4/fend-capstone

Capstone project developed for the Frontend Nanodegree program of Udacity.
https://github.com/nikhils4/fend-capstone

webpack

Last synced: 2 months ago
JSON representation

Capstone project developed for the Frontend Nanodegree program of Udacity.

Awesome Lists containing this project

README

          

# TravelOne App

This is the Capstone project of the Udacity Frontend Nanodegree. It is a Traveller app which gives information about the destination you want to travel and help you plan your trip better.

## Getting Started

To run the project on the development webpack server, open the terminal in the root directory and run the command

```
npm run build-dev
```

To run the project on the production server, open terminal in the root directory and run the command

```
npm run build-prod
```
After that,
```
npm run start
```

Now visit your localhost on port number 8081 in the browser to run the application.

### Prerequisites

You should have node installed in the system to run the project, alongwith you should also have any modern browser installed.

### Installing

To install the dependecies run the command,
```
npm install
```
## Running the tests

For testing run,
```
npm run test
```
## Environment variables

- USERNAME=<>
- WEATHER_KEY=<>
- PIXABAY_KEY=<>

## Built With

* HTML
* SCSS
* JS
* Webpack
* Babel
* Node

## Authors

* **Nikhil Singh** - [nikhils4](https://github.com/nikhils4)

## Acknowledgments

* Udacity guide
* Geoname API
* Weatherbit API
* Pixabay API
* Webpack documentation
* MDN docs
* W3schools