Skip to content

Commit

Permalink
Add package-lock.json and update project name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnakagawa committed Feb 12, 2020
1 parent cfd0568 commit 9f60585
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
dist
node_modules
package-lock.json
.idea
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# react-ferrier
# react-ferry

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/cfe-lab/react-ferrier/blob/master/LICENSE)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/cfe-lab/react-ferry/blob/master/LICENSE)

**React Ferrier** is a collection of utilities for connecting React interfaces to a RESTful API.
**React Ferry** is a collection of utilities for connecting React interfaces to a RESTful API.

While not necessary, it also works well with React Router.

Expand Down Expand Up @@ -52,7 +52,7 @@ You may cancel an API request before it finishes.

For debugging purposes, you can enable logging.

import {enableLogging, disableLogging} from 'react-ferrier/json-api'
import {enableLogging, disableLogging} from 'react-ferry/json-api'

enableLogging(); // send debugging messages to console.log
disableLogging(); // cancel debugging messages
Expand Down Expand Up @@ -152,7 +152,7 @@ Usage with React-Router
Set application-wide settings using `configureDefaults`

import {configureDefaults} from 'react-ferrier/loader-hoc'
import {configureDefaults} from 'react-ferry/loader-hoc'

// Set a global data postprocessor:
configureDefaults({
Expand Down
132 changes: 132 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f60585

Please sign in to comment.