Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

niemes/Peri-Intime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peri-Intime

A simple Node Periscope Triptique.

Dependencies :

  • Nodejs
  • electron

test :

Only tested on MacosX.

Install

clone this repository :

git clone https://github.com/niemes/Peri-Intime.git

Or download Zip File.

Start :

To use this Electron App, you need to create twitter dev App. look here : twitter

npm install

Add your twitter app info in "renderer.js"

var T = new Twit({
	consumer_key: ' your consumer Key ',
	consumer_secret: ' your consumer secret ',
	access_token: ' your access token ',
	access_token_secret: ' your token secret '
});

Run

npm start

Info :

And feel free to contact me. You can see my other works here : niemes.info

Copyright [2017] [Niemeskern Kévin]

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.