Skip to content

Commit

Permalink
v1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pmmlabs committed May 1, 2016
1 parent c4300ac commit 7415cc1
Show file tree
Hide file tree
Showing 4 changed files with 742 additions and 666 deletions.
2 changes: 1 addition & 1 deletion Periscope_Web_Client.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// @description Periscope client based on API requests. Visit example.net for launch.
// @include https://api.twitter.com/oauth/openperiscope*
// @include http://example.net/*
// @version 1.2
// @version 1.3
// @author Pmmlabs@github
// @grant GM_xmlhttpRequest
// @connect periscope.tv
Expand Down
6 changes: 3 additions & 3 deletions Periscope_Web_Client.user.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// ==UserScript==
// ==UserScript==
// @id [email protected]
// @name Periscope Web Client
// @namespace https://greasyfork.org/users/23
// @description Periscope client based on API requests. Visit example.net for launch.
// @include https://api.twitter.com/oauth/openperiscope*
// @include http://example.net/*
// @version 1.2
// @version 1.3
// @author Pmmlabs@github
// @grant GM_xmlhttpRequest
// @connect periscope.tv
Expand All @@ -22,7 +22,7 @@
// @noframes
// ==/UserScript==

var emoji = emoji || new EmojiConvertor(); // js-emoji 3.0 upgrade
var emoji = new EmojiConvertor();
NODEJS = typeof GM_xmlhttpRequest == 'undefined';
var IMG_PATH = 'https://raw.githubusercontent.com/Pmmlabs/OpenPeriscope/master';
if (NODEJS) { // for NW.js
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ Unofficial in-browser web client for Periscope (userscript)

### Using as standalone application

If you have [NW.js](http://nwjs.io) installed, you can run ` nw . ` in repo directory
If you have [NW.js](http://nwjs.io) installed, you can run
```
npm install
nw .
```
in repo directory

Or, you can use pre-built executables from [Releases page](https://github.com/Pmmlabs/OpenPeriscope/releases)

Expand Down
Loading

0 comments on commit 7415cc1

Please sign in to comment.