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: 4 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:20:26.000Z (over 1 year ago)
- Last Synced: 2025-05-13T22:25:48.910Z (6 months ago)
- Topics: bluemix, chatbot, cloudant, conversation, database, ibm, ibm-api, ios, signin, signup, swift
- Language: Swift
- Homepage:
- Size: 37.3 MB
- Stars: 2
- Watchers: 1
- 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).

Il faudra également ne pas oublier d'installer les dépendances.
### Cocoapods
```
pod install
```
### Carthage
```
carthage update --platform iOS
```
## Conversation :

## Cloudant:
### La connexion :

### L'enregistrement:
