hapi-twitter-search-plugin

1.0.0 • Public • Published

hapi-twitter-search-plugin

Build Status

How to use

GET /

GET /?q=nodejs

Register as plugin

server.pack.register({
  plugin: plugin,
  options: {
    twitter: {
      key: '..',
      secret: '..',
      token: '..',
      tokenSecret: '..'
    }
  }
});

Test

npm test
npm run coverage

Dependents (0)

Package Sidebar

Install

npm i hapi-twitter-search-plugin

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • hekike