-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Natalia Kowalczyk
committed
Feb 24, 2017
1 parent
524735b
commit 0d87c49
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[](http://travis-ci.org/code42day/liftie) | ||
[](https://gemnasium.com/code42day/liftie) | ||
[](http://travis-ci.org/pirxpilot/liftie) | ||
[](https://gemnasium.com/pirxpilot/liftie) | ||
[](http://badge.fury.io/js/liftie) | ||
[](https://codeclimate.com/github/code42day/liftie) | ||
[](https://codeclimate.com/github/pirxpilot/liftie) | ||
|
||
#liftie.info | ||
|
||
|
@@ -26,7 +26,7 @@ retrieve (and parse) the resort pages only once per minute. | |
|
||
Clone this repo (or your fork) | ||
|
||
git clone [email protected]:code42day/liftie.git && cd liftie | ||
git clone [email protected]:pirxpilot/liftie.git && cd liftie | ||
|
||
Install dependencies with npm: | ||
|
||
|
@@ -107,7 +107,7 @@ available through REST API. In such cases you need to specify `api` element in r | |
|
||
If `api` is specified Liftie will retrieve status info through HTTP GET. The resort `parse` function | ||
will receive parsed json instead of the dom tree. Please note that you still need to configure `url` - | ||
it is used on Liftie pages to send users to official resort page. Check out [Steamboat](https://github.com/code42day/liftie/blob/master/lib/resorts/steamboat.js) implementation, if you are looking for an example. | ||
it is used on Liftie pages to send users to official resort page. Check out [Steamboat](https://github.com/pirxpilot/liftie/blob/master/lib/resorts/steamboat.js) implementation, if you are looking for an example. | ||
|
||
## Credits | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters