Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adam-cowley/neode-tirekicker
Tire Kicking with Neode
https://github.com/adam-cowley/neode-tirekicker
Last synced: 17 days ago
JSON representation
Tire Kicking with Neode
- Host: GitHub
- URL: https://github.com/adam-cowley/neode-tirekicker
- Owner: adam-cowley
- Created: 2019-09-10T07:50:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T02:54:57.000Z (over 1 year ago)
- Last Synced: 2024-10-09T07:41:36.517Z (about 1 month ago)
- Language: JavaScript
- Size: 131 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neode Tirekicker
Model:
```
(:User)-[:HAS_ACTION]->(:Action)
```## Users
Create Users
```
node src/index.js
```## Action
Create Actions
```
node src/actions.js
```