Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxgfr/ibm-automobile
IBM Cloud application using Watson services and Cloudant
https://github.com/maxgfr/ibm-automobile
chatbot cloudant cognitive ibm ibm-api ibm-automobile ibm-bluemix no-sql nodejs socket-io watson watson-services
Last synced: 7 days ago
JSON representation
IBM Cloud application using Watson services and Cloudant
- Host: GitHub
- URL: https://github.com/maxgfr/ibm-automobile
- Owner: maxgfr
- License: apache-2.0
- Created: 2017-11-15T16:47:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:20:26.000Z (11 months ago)
- Last Synced: 2024-04-14T11:31:46.908Z (7 months ago)
- Topics: chatbot, cloudant, cognitive, ibm, ibm-api, ibm-automobile, ibm-bluemix, no-sql, nodejs, socket-io, watson, watson-services
- Language: JavaScript
- Homepage:
- Size: 31.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ibm-automobile
Application utilisant les services watson :
- Cloudant pour l'ajout, la suppression et l'affichage d'éléments
- Conversation pour le chatbot## La configuration
Il faut impérativement renommer le fichier vcap-local-example.json en vcap-local.json en y ajoutant ses informations personnelles issues IBM Cloud pour l'utilisation des différents services (credentials).
![alt text](https://github.com/maxgfr/ibm-automobile/blob/master/tuto/vcap.png)
Il faudra également ne pas oublier d'installer les dépendances.
```
npm install
```## Conversation :
![alt text](https://github.com/maxgfr/ibm-automobile/blob/master/tuto/chatbot.png)
## Cloudant:
### L'ajout :
![alt text](https://github.com/maxgfr/ibm-automobile/blob/master/tuto/ajout.png)
### L'affichage / La suppression:
![alt text](https://github.com/maxgfr/ibm-automobile/blob/master/tuto/affichage.png)