An open API service indexing awesome lists of open source software.

https://github.com/cult-of-coders/meteor-collection-names

Find collection by it's name in Meteor
https://github.com/cult-of-coders/meteor-collection-names

Last synced: about 1 month ago
JSON representation

Find collection by it's name in Meteor

Awesome Lists containing this project

README

        

## Meteor Collection Names

```js
const Items = new Mongo.Collection('items');
const Items = Mongo.Collection.get('users');
```

That's all folks!

www.cultofcoders.com