Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxtermax/autonomus-agents
This repo is a collection of examples about autonomus agents with javascript
https://github.com/maxtermax/autonomus-agents
Last synced: about 4 hours ago
JSON representation
This repo is a collection of examples about autonomus agents with javascript
- Host: GitHub
- URL: https://github.com/maxtermax/autonomus-agents
- Owner: Maxtermax
- License: gpl-3.0
- Created: 2018-03-27T18:55:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T21:19:37.000Z (about 1 year ago)
- Last Synced: 2024-04-13T23:08:14.753Z (7 months ago)
- Language: JavaScript
- Homepage: https://byteflow.herokuapp.com/
- Size: 5.53 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Autonomus agents with javascript
[Explanation](https://slides.com/maxtermax/deck-99fb5e73-1617-4f84-ba87-8e2777998eea/fullscreen)[Play online](https://byteflow.herokuapp.com/)
In orden to run the examples you must follow the next steps:
1. Clone the repository
Clone the repository and go to the root folder navigating with some terminal.
```sh
git clone https://github.com/Maxtermax/autonomus-agents.git
cd /autonomus-agents
```
2. Install dependencies
```sh
yarn install
```
or
```sh
npm install
```
3. Transpile the files with webpack
```sh
yarn dev
```
or
```sh
npm run dev
```
4. Lift the webserver
```sh
yarn start
```
or
```sh
npm run start
```
5. Open a web browser and type: localhost:5000