Giter Club home page Giter Club logo

web-api-demos's Introduction

Web API Demos

This is a collection of demonstrations of web APIs. I write these demos to learn how APIs work, and because it's fun seeing little demos that give visual feedback.

Licence

All demos in this collection are free and open-source software, under the Expat/MIT licence. You may reuse and modify demo code and documentation, as long as you retain the copyright and permission statement.

See the file LICENSE, and the individual demos, for full details.

Contributing

Contributions of new demos, or of improvements to existing demos, are welcome! Take a look at existing demos, and these few guidelines, for an idea of what I'm looking for.

  • Contributions must be under the Expat/MIT licence, or a compatible licence.
  • Demos should be self-contained in a single HTML file, unless that's unreasonable for a particular demo (e.g. it demonstrates an API involving multiple files).
  • Each demo should be limited in scope, showing off a few related API calls and relevant events.
  • User interaction should give visual feedback. More detailed information may be logged to the console.
  • Demos should be tested and working in recent versions of browsers that support the relevant standard. Workarounds for cross-browser support or older versions (e.g. prefixes like moz and webkit) should not get in the way of a simple demo; if it can be left out, it should be.
    • Demos may require loading the file from a web server, rather than a local file. I use a simple Python server (python -m http.server 8080) for my testing.
  • New demos should be accompanied by a README explaining what they show.

web-api-demos's People

Contributors

perey avatar

Watchers

 avatar

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.