Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 1.59 KB

README.md

File metadata and controls

65 lines (42 loc) · 1.59 KB

Travisor

Travisor: A Travel Advisor Application

NPM

The application provides basic information when travelling to new places.

Travisor is built using Svelte, Leaflet, and some other packages.

It relies on several APIs hosted on RapidAPI:

It is also connected to Travisor Server to save locations provided by users.

Website

Check out Travisor website:

Key Features

  • Search: search locations around the world:
    • Tourist attractions
    • Hotels
    • Restaurants
  • Favorite: add your own favorite locations.
  • London Discovery: discover London with recommendations.
  • Map: locations can be shown on the map.

Installation

Clone this directory

git clone [email protected]:nvtrinh2001/placemark-svelte.git

Update new versions for dependent packages

// Check if there is any new versions
ncu
// Update new versions in package.json
ncu -u

Build

npm install

To run the application on your local machine:

npm run dev

The application should start running: