Skip to content

NNikiforuk/lookup

Repository files navigation


lookup logo

A clone of the LookUp app that searches for flights from Wrocław

Key Features

  • Plain JavaScript
  • Searching flights and its price thanks to Skyscanner API
  • Current weather by origin and destination thanks to Open weather API
  • Registration possibility based on Firebase
  • Responsive
  • Configured via Webpack
  • Styled in SCSS
  • Font Awesome used

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/NNikiforuk/lookup

# Go into the repository
$ cd lookup

# Install dependencies
$ npm install

# Run the app
$ npm start