- An application created during a 48-hour hackathon to calculate the farthest possible destination from any major city.
- Returns a link to purchase a one-way plane ticket.
- JavaScript (ES6)
- CSS3
- HTML5
- NodeJS
- Express
- User can input any major city
- Antipode is calculated based on major city
- User is given the cheapest flight as returned by Skyscanner
- The Skyscanner API returns only cached results as of May 2020
- User can view distance to destination relative to maximum distance (12,450 miles)
- Increase specificity of search area
- Requires more specific geographic data regarding coastlines
- Alternative to using the Skyscanner API
- User can view distance on a map
- NodeJS
git clone https://github.com/toddshinto/take-me-away.git
npm install
GOOGLE_API_KEY=AAAUUUGGGHHH1111
const browserKey=KKKKOOOOBBBBEEEE2222
const rapidAPIKey=RRRRROOOOOCCCCKKKK3333
node index.js
Reach out to me at one of these places!
- Website at toddshinto.com
- Email at [email protected]

