Skip to content

knownasilya/ajax-1

Repository files navigation

UnchartedCode Ajax Build Status

This is an extremely simple wrapper around jQuery's ajax method which makes working with it testable in an Ember environment. Comparable to ic-ajax.

Installation

Include the library as a dependency from within an ember-cli application.

ember install:addon ember-cli-uncharted-ajax

Usage

Import into your project

import UnchartedAjax from 'uncharted-ajax';

and then use it in your code.

UnchartedAjax(
  url: "https://api.somedomain.com/user"
  method: "POST"
)

Development

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

About

jQuery ajax wrapper for use with Ember.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages