Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

lookback/meteor-clearbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clearbit package for Meteor

This package uses clearbit from npm, and exposes it on the server.

Install

From Atmosphere (atmosphere.com/lookback/clearbit):

meteor add lookback:clearbit

Exports clearbit global on the server. Do stuff like:

const Person = clearbit('YOUR-API-KEY').Person;
Person.find({email: 'some@email.com'}).then(person => console.log(person));

Docs

See npm docs