Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Commit da8a25c

Browse files
author
Robert Bonay
authored
Update README.md
1 parent 57ac7e5 commit da8a25c

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@
1010
[![license MIT](http://img.shields.io/badge/license-MIT-blue.svg)](license-MIT)
1111
[![license GPL](http://img.shields.io/badge/license-GPL-blue.svg)](license-GPL)
1212

13-
**Update October 13, 2015** - JayStack receives **massive investment** to **boost JayData product development** and offer more premium services! http://bit.ly/jayfunding
14-
1513
JayData is a unified data access library for JavaScript to CRUD data from different sources like WebSQL/SQLite,
16-
IndexedDB, MongoDb, ASP.NET WebAPI, OData, HTML5 localStorage, Facebook or YQL.
14+
IndexedDB, MongoDb, OData, HTML5 localStorage.
1715
The library can be integrated with KendoUI, Knockout.js, Handlebars.js or Sencha Touch 2 and can be used on
18-
Node.js as well.
16+
Node.js as well. Check out the latest [JayData examples](https://github.com/jaystack/odata-v4-client-examples)
1917

2018
JayData not only provides JavaScript Language Query (JSLQ) syntax to access local (in-browser and mobile)
2119
and remote databases, but builds the queries and executes/processes the requests of the essential data
@@ -24,19 +22,15 @@ sources and data services to make developers able to concentrate only on the bus
2422
Microsoft .NET developers can utilize Entity Framework and LINQ on server-side to perform operations on
2523
data from different databases. The aim of JayData library is to give a similar tool to JavaScript developers.
2624

27-
JayData is cross-platform (runs on HTML5 desktop and mobile browsers, can be hosted in PhoneGap environment
25+
JayData is cross-platform (runs on HTML5 desktop and mobile browsers, can be hosted in Cordova/PhoneGap environment
2826
on iPhone, iPad, Android or Windows Phone 8+) and cross-layer as it works on client-side and server-side (Node.JS).
2927

3028
Please read the release notes for current status of the providers.
3129

3230
Visit http://jaydata.org for detailed information and documentation.
3331

34-
As JayData covers many technologies and open new fields of development, we encourage you to contribute to
35-
the project with new providers or features.
36-
Check out the possible ways of contributions here: http://jaydata.org/community/contribute
37-
38-
JavaScript libraries released on CodePlex (http://jaydata.codeplex.com) can be used to develop applications, to get
39-
the structured sourcecode to develop JayData itself, visit http://github.com/jaydata
32+
Official builds are released on CodePlex (http://jaydata.codeplex.com) can be used to develop applications, to get
33+
the structured sourcecode to develop JayData itself, visit http://github.com/jaystack/jaydata
4034

4135
Feed of Latest releases, tutorials: https://twitter.com/jaydataorg
4236
Feed of commits in development branch: https://twitter.com/jaydatadev
@@ -55,7 +49,7 @@ $ npm install jaydata
5549
## How to build
5650

5751
```bash
58-
$ git clone https://github.com/jaydata/jaydata.git
52+
$ git clone https://github.com/jaystack/jaydata.git
5953
$ cd jaydata
6054
$ npm install
6155
$ gulp

0 commit comments

Comments
 (0)