Skip to content

Commit

Permalink
transfer repo to pirxpilot
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalia Kowalczyk committed Feb 24, 2017
1 parent 524735b commit 0d87c49
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions License.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012, code42day
Copyright (c) 2012 Damian Krzeminski
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand All @@ -11,7 +11,7 @@ are permitted provided that the following conditions are met:
list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.

Neither the name of the code42day nor the names of its
Neither the name of the liftie nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

Expand Down
10 changes: 5 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build Status](https://img.shields.io/travis/code42day/liftie.svg)](http://travis-ci.org/code42day/liftie)
[![Dependency Status](https://img.shields.io/gemnasium/code42day/liftie.svg)](https://gemnasium.com/code42day/liftie)
[![Build Status](https://img.shields.io/travis/pirxpilot/liftie.svg)](http://travis-ci.org/pirxpilot/liftie)
[![Dependency Status](https://img.shields.io/gemnasium/pirxpilot/liftie.svg)](https://gemnasium.com/pirxpilot/liftie)
[![NPM version](https://img.shields.io/npm/v/liftie.svg)](http://badge.fury.io/js/liftie)
[![Code Climate](https://img.shields.io/codeclimate/github/code42day/liftie.svg)](https://codeclimate.com/github/code42day/liftie)
[![Code Climate](https://img.shields.io/codeclimate/github/pirxpilot/liftie.svg)](https://codeclimate.com/github/pirxpilot/liftie)

#liftie.info

Expand All @@ -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:

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@
"directories": {
"test": "test"
},
"repository": "git://github.com/code42day/liftie.git",
"repository": "git://github.com/liftie/liftie.git",
"keywords": [
"ski",
"snowboard"
],
"author": "Damian Krzeminski <pirxpilot@code42day.com>",
"author": "Damian Krzeminski <pirxpilot@furkot.com>",
"license": "BSD-3-Clause"
}
2 changes: 1 addition & 1 deletion views/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ html(
a.icon-alone(href='http://furkot.com', title='Plan your ski trip with Furkot.', target='_blank', rel='nofollow')
span.ls-furkot
span.text Plan your trip
a.icon-alone(href='https://github.com/code42day/liftie', title='Fork Liftie.', target='_blank', rel='nofollow')
a.icon-alone(href='https://github.com/pirxpilot/liftie', title='Fork Liftie.', target='_blank', rel='nofollow')
span.ls-github
span.text Add your resort
a.icon-alone(href='http://codepen.io/pirxpilot/pen/EwdLc', title='Embed Liftie.', target='_blank', rel='nofollow')
Expand Down

0 comments on commit 0d87c49

Please sign in to comment.