Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

auntie

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auntie

  • 0.3.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Build Status Coverage Code Climate Dependency Status Gem Version

Auntie

A Ruby Gem for accessing BBC Weather, TV, Radio, News and Sport feeds.

Install

gem install auntie

Use

weather      # lists the weather for the next 24 hours

tv           # what is on BBC One today
tv two       # what is on BBC Two today
tv now       # list of all programmes being broadcast on tv now

radio        # what is on Radio 1 today
radio next   # what is on the wireless next
radio six    # what is on Radio Six Music

news         # the latest news headlines

sport        # the latest sport headlines

zsh integration

zsh shell completion can be added to the tv, radio and weather tools. Radio, for example, can be enabled by creating a file called _radio with the following contents:

#compdef radio
compadd `radio help -c`

and source it via your .zshrc file.

Licence

MIT, see accomanying LICENSE document

FAQs

Package last updated on 06 Jun 2014

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