Skip to content

starcode-solutions/jDrupal

 
 

Repository files navigation

jDrupal

A pure JavaScript library for a RESTful Drupal website.

node_load(123, {
    success: function(node) {
      alert('Loaded node: ' + node.title);
    },
    error: function(xhr, status, message) {
      alert(message)
    }
});

Above is an example of how easy it is to load a Drupal node with jDrupal in JavaScript. Use jDrupal to easily build JavaScript based mobile applications and web applications for your Drupal site.

For more information and "Hello World", please visit: http://www.easystreet3.com/jDrupal

About

A pure JavaScript library and API for Drupal REST (and Services)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.6%
  • HTML 5.1%
  • Makefile 1.3%