Skip to content

Commit 970d9a8

Browse files
author
Lee Richmond
committed
Create README.md
1 parent f058247 commit 970d9a8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# jsorm
2+
3+
This library provides an interface to APIs following the JSONAPI spec. Though we're not striving for 1:1 compatibility with Active Record, you'll see it's the same basic usage, from scopes to error handling.
4+
5+
Written in [Typescript](https://www.typescriptlang.org) and distributed in ES5, this library is isomorphic - use it from the browser, or from node.
6+
7+
(Open to better names for this lib :grin:)
8+
9+
### Roadmap
10+
11+
* Writes
12+
* Error / Validation handling
13+
* Nested Writes
14+
* Statistics

0 commit comments

Comments
 (0)