New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

trendy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trendy

  • 0.1.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= Trendy Trendy is a simple Twitter Search API Wrapper that does one thing: gives you the current Trends on Twitter.

== Installation gem install trendy

== Example Remember to add a "config.gem trendy" line in your environment.rb.

require 'trendy' current_trends = Trendy::Trends.new current_trends.each do |trend| puts trend.name puts trend.url end

== Tests To run the rspec tests for this gem, just run 'rake' in the main directory.

Copyright (c) 2010 Paul Fedory, released under the MIT license

FAQs

Package last updated on 26 Jan 2010

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc