Skip to content

Instantly share code, notes, and snippets.

View mehdicopter's full-sized avatar

Mehdi MAHFOUDI mehdicopter

  • Paris
View GitHub Profile

Preview

Preview

Description

Displays the number of Bluecars available from an Autolib' station.

Dependencies

class Dashing.Ethprice extends Dashing.Widget
@accessor 'value', Dashing.AnimatedValue
@accessor 'ethprice', ->
if @get('value')
price = parseFloat(@get('value'))
class Dashing.Btcprice extends Dashing.Widget
@accessor 'value', Dashing.AnimatedValue
@accessor 'btcprice', ->
if @get('value')
price = parseFloat(@get('value'))