Giter Club home page Giter Club logo

Comments (3)

pushmatrix avatar pushmatrix commented on August 15, 2024

Synergy (Meter widget)

curl -d '{ "auth_token": "YOUR_AUTH_TOKEN", "value": 50 }' \http://localhost:3030/widgets/synergy

Buzzwords (List widget)

curl -d '{ "auth_token":"YOUR_AUTH_TOKEN", "items": [{"label": "item1", "value": "Test1"}, {"label": "item2", "value": "Test2"}] }' http://localhost:3030/widgets/buzzwords

Valuation (Number widget)

curl -d '{ "auth_token": "YOUR_AUTH_TOKEN", "current": 50 }' \http://localhost:3030/widgets/valuation

The reason why it's current instead of value, is because you can also specify a last value, and the widget will show the % difference.

Convergence (Graph widget)

curl -d '{ "auth_token": "YOUR_AUTH_TOKEN", "points": [{ "x":1356733421, "y": 20 }, { "x":1357338234, "y": 50 }, { "x":1357942985, "y": 10 }] }' \http://localhost:3030/widgets/convergence

  1. When you create a new a new dashing project, it comes with the sampletv dashboard, and that shows the implementation of twitter and the clock.

from dashing.

bstephenf avatar bstephenf commented on August 15, 2024

Thank you VERY much for the fast response. I was able to successfully use all of those curl commands.

Is there a curl command I can use to update the buzzwords?

from dashing.

bstephenf avatar bstephenf commented on August 15, 2024

Perfect. -- Thanks again! :)

from dashing.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.