Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)