Skip to content

regueira/sails-twitter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image_squidhome@2x.png

TwitterAdapter

This adapter provides access to the Twitter API via the Sails.js ORM.

To use, include in your "api/adapters" directory.

Example

Here's some example usage:

// api/models/Tweet.js
module.exports = {
  adapter: 'twitter',
};

// config/adapters.js, add:
twitter: {
    module: 'sails-twitter',
    consumerKey: 'nT9b8a1XJO0pqLjQ',
    consumerSecret: '7IeoQELu4isOkYKYvbV5rAbAHHU4GpIV2o8asiI',
    accessToken: '631994755-FKBfx8TusaXklpUmMXhtqp5PYJjcwVWQGaBBO',
    accessTokenSecret: 'OOz4leiljjaAUIOwlS8uipe62qZL9ThZ796MA9GbDF'
}

About Sails.js and Waterline

http://SailsJs.com

Waterline is a new kind of storage and retrieval engine for Sails.js. It provides a uniform API for accessing stuff from different kinds of databases, protocols, and 3rd party APIs. That means you write the same code to get users, whether they live in mySQL, LDAP, MongoDB, or Facebook.

About

Twitter adapter for Sails.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published