NASABot integrated with NASA API and LUIS (Language Recognition Service). It provides access to the latest NASA API (like Space Weather Database Of Notifications and other NASA services) using plain English and Natural User Flow.
- Obtain NASA API key here https://api.nasa.gov/
- Setup LUIS service and obtain API key
- Update configuration file
{
"NasaApi": {
"ApiKey": "[key]"
},
"Luis": {
"LuisAppId": "[key]",
"LuisAPIKey": "[key]",
"LuisAPIHostName": "[key]"
},
}
}
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request