Skip to content

RecastAI/blogpost-bot-introduction-developers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Post sample code - Bot: Introduction to developers

This repository contains sample code of the article on https://blog.recast.ai

Requirements

  • NodeJS >= 7.x.x

Installation

  • git clone https://github.com/RecastAI/blogpost-bot-introduction-developers.git && cd blogpost-bot-introduction-developers
  • npm install

Usage

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

Info

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

License

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.

About

Sample Code for our blog post: Bots: Introduction to developers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%