Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/becomingbabyman/testbot
Chats and stuff
https://github.com/becomingbabyman/testbot
Last synced: about 4 hours ago
JSON representation
Chats and stuff
- Host: GitHub
- URL: https://github.com/becomingbabyman/testbot
- Owner: becomingbabyman
- Created: 2016-12-12T20:12:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-12T20:12:07.000Z (almost 8 years ago)
- Last Synced: 2024-04-09T23:55:29.441Z (7 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TestBot — Basic weather
A sample project built with [Init.ai](https://init.ai). This is based on the [basic weather](http://docs.init.ai/docs/tutorial-2-basic-weather-app) tutorial.Make sure to read the [Overview](http://docs.init.ai/docs) to familiarize yourself with the Init.ai platform.
## Development
See the [Quickstart](http://docs.init.ai/docs/quickstart) for details on setting up your development environment
### Installation
#### Node.js version
To [run your scripts locally](http://docs.init.ai/docs/dev-server#section-local-testing), you should make sure to use Node.js version `4.3.2`.
We recommend using [nvm](https://github.com/creationix/nvm) to easily manage Node.js versions on your machine. This project is pre-provisioned with an `.nvmrc` file so you may simply run:
```bash
$ nvm use
```#### Install dependencies
```bash
$ npm i
```### Usage
#### Start the Dev Server
```bash
$ npm start
```