Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxgfr/ios-watson-assistant
iOS Application using IBM Conversation
https://github.com/maxgfr/ios-watson-assistant
bluemix chatbot cloudant conversation database ibm ibm-api ios signin signup swift
Last synced: 7 days ago
JSON representation
iOS Application using IBM Conversation
- Host: GitHub
- URL: https://github.com/maxgfr/ios-watson-assistant
- Owner: maxgfr
- Created: 2017-12-20T10:35:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:20:26.000Z (9 months ago)
- Last Synced: 2024-04-14T11:31:47.119Z (7 months ago)
- Topics: bluemix, chatbot, cloudant, conversation, database, ibm, ibm-api, ios, signin, signup, swift
- Language: Swift
- Homepage:
- Size: 37.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ios-watson-assistant
Application iOS en natif utilisant les services watson :
- Cloudant pour l'enregistrement et la connexion
- Conversation pour le chatbot## La configuration
Il faut impérativement renommer le fichier CredentialsExample.swift en CredentialsExample.swift en y ajoutant ses informations personnelles issues IBM Cloud pour l'utilisation des différents services (credentials).
![alt text](https://github.com/maxgfr/IBMConv/blob/master/tuto/vcap.png)
Il faudra également ne pas oublier d'installer les dépendances.
### Cocoapods
```
pod install
```### Carthage
```
carthage update --platform iOS
```## Conversation :
![alt text](https://github.com/maxgfr/IBMConv/blob/master/tuto/conv.png)
## Cloudant:
### La connexion :
![alt text](https://github.com/maxgfr/IBMConv/blob/master/tuto/connexion_reussi.png)
### L'enregistrement:
![alt text](https://github.com/maxgfr/IBMConv/blob/master/tuto/enregistrement_reussi.png)