jSON

Local Weather App using JSON, jQuery & OpenWeatherMap APIs

Spread the love

Spread the love           Built a simple local weather app using JSON, jQuery, and APIs (ipinfo.io and OpenWeatherMap). Tags: Weather Demo: http://htmlpreview.github.io/?https://github.com/joshuadelosreyes/local-weather/blob/master/index.html Download Links https://github.com/joshuadelosreyes/local-weather

Local Weather App using JSON, jQuery & OpenWeatherMap APIs Read More »

Last.FM for jQuery

Spread the love

Spread the love           A plugin to grab your recently played tracks from Last.FM’s api using jQuery and Json. Future versions will support other feeds such as favourites and most listened. It’s very simple! I’ve always found plugins like this irritating when they force you to use their HTML. For people without jquery knowledge digging around

Last.FM for jQuery Read More »

jQuery Terminal Emulator : Creating Command line interpreters

Spread the love

Spread the love           jQuery Terminal Emulator is a plugin for creating command line interpreters in your applications. It can automatically call JSON-RPC service when user type commands or you can provide you own function in which you can parse user command. It’s ideal if you want to provide additional functionality for power users. It can

jQuery Terminal Emulator : Creating Command line interpreters Read More »

Treema : jQuery plugin that generates HTML interfaces to edit JSON data

Spread the love

Spread the love           Treema is a jQuery plugin that builds interfaces for editing large, complex, well-defined JSON data. It runs on tv4, which implements JSON-Schema validation. Demo: http://sderickson.github.io/treema/ Download Links https://github.com/sderickson/treema

Treema : jQuery plugin that generates HTML interfaces to edit JSON data Read More »

$.store : jQuery Extensible localStorage API with Demo

Spread the love

Spread the love           $.store offers an extensible API to persistent data storage on the client side of things. While modern browsers support localStorage, older Internet Explorers offer userData. For even older browsers a window.name fallback is in place. New storage drivers and serializers can be easily added to $.store. You could thus create two storage

$.store : jQuery Extensible localStorage API with Demo Read More »

Scroll to Top