Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/motss/learning-rethinkdb
Learning Rust the new open source real-time database
https://github.com/motss/learning-rethinkdb
Last synced: about 1 month ago
JSON representation
Learning Rust the new open source real-time database
- Host: GitHub
- URL: https://github.com/motss/learning-rethinkdb
- Owner: motss
- License: mit
- Created: 2017-05-27T14:03:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T09:30:37.000Z (over 7 years ago)
- Last Synced: 2024-11-07T08:50:27.535Z (2 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# learning-rethinkdb
A custom package to output greetings.## How to use
```js
/* Import the package */
const greetings = require('learning-rethinkdb');/* Run it and display the output via console.log */
console.log(greetings()); /* output: Hello World from learning-rethinkdb! */
```