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.
Check out Travisor website:
- 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.
Clone this directory
git clone git@github.com: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: