This repository contains sample code of the article on https://blog.recast.ai
- NodeJS >= 7.x.x
git clone https://github.com/RecastAI/blogpost-bot-introduction-developers.git && cd blogpost-bot-introduction-developers
npm install
The bot run on port 3333
Each folder contains code of a part of the blog post.
To test a part, just run the command:
npm run start-part-X
(Ex: npm run start-part-1
)
After running this command, you can verify your bot is running, going to http://localhost:3333
For using part 2, you have to provide an Google API key. You can key one for free, using free plan here: https://developers.google.com/places/web-service/search?hl=fr by clickin on "Get a key" button
Copyright (c) [2017] Recast.AI
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.