https://github.com/victorgarciaesgi/chatbot-eta
Chabtot which gives ETA via Google maps and BlablaCar trips
https://github.com/victorgarciaesgi/chatbot-eta
Last synced: 4 months ago
JSON representation
Chabtot which gives ETA via Google maps and BlablaCar trips
- Host: GitHub
- URL: https://github.com/victorgarciaesgi/chatbot-eta
- Owner: victorgarciaesgi
- Created: 2017-11-28T20:07:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T20:19:18.000Z (almost 3 years ago)
- Last Synced: 2025-04-07T20:50:19.071Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 410 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Chatbot ETA
Chatbot donnant des itinénaires et les estimations de temps de trajets.
Affiche les trajets disponibles en blablaCar et le prix (API blablacar)Fait en Nodejs/Typescript
## Installing
```bash
yarn# or
npm i
```## Starting the bot
```bash
npm start
```Bot will start on [localhost:3887/api/messages](localhost:3887/api/messages)
You need API Keys:
* Google Maps Directions API
* Google Maps Distance Matrix API
* Google Maps Static Map API
* Google Maps Javascript API
* Google Maps Geocode API
* BlaBlaCar APIAnd also
* LUIS url endpoint (JSON file in root)
## Modifier le bot
```bash
npm run dev
```