Skip to content

nuex/radiant-stocks-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stocks Extension

Show stock market quotes on your Radiant pages.

Installation

Via Git Submodules:

git submodule add git://github.com/nuex/radiant-stocks-extension.git vendor/extensions/stocks

Install Rquote:

git submodule add git://github.com/johnyerhot/rquote.git vendor/plugins/rquote

Usage

<r:stocks:each for="goog,msft">
  <r:symbol /> <r:price /> <r:change /> <r:volume />
</r:stocks:each>

Todo

- caching
- fork rquote and make it more object oriented
- fork rquote and give it support for other services (like Google Finance)
- tests

About

Show stock market quotes on your Radiant pages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages