Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alsotang/monica
https://github.com/alsotang/monica
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alsotang/monica
- Owner: alsotang
- Created: 2014-05-14T07:40:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-14T07:47:20.000Z (over 10 years ago)
- Last Synced: 2024-11-03T17:05:06.780Z (3 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# monica
[![Build Status](https://travis-ci.org/alsotang/monica.svg?branch=master)](https://travis-ci.org/alsotang/monica)
`npm i monica`
## usage
```js
var monica = require('monica');
console.log(monica.sing());
// => 'thanks thanks thanks thanks Monica'
```