Giter Site home page Giter Site logo

gout's Introduction

Gout

Agrégateur d'Internet (flux RSS et tout le reste).

Site Internet

Description

Gout est une application Web utilisant Node.js. Elle récupère des informations sur Internet (flux RSS, résultats d'API, parsing de page Web) pour les afficher sur une seule page. Le paramètrage des données récupérées se fait avec des fichiers JSON. Il est aussi possible de développer des modules pour agréger de nouveaux sites Internet.

Installation

Commencer par installer Node.js. Puis déployer Gout dans le répertoire de votre choix en exécutant les commandes suivantes dans la console :

wget https://regseb.github.io/gout/gout.tar.gz
tar zvf gout.tar.gz
cd gout
npm install

Ligne par ligne, les instructions précédentes :

  1. télécharge le fichier dans le répertoire courant ;
  2. décompresse l'archive ;
  3. rentre dans le répertoire ;
  4. installe les dépendances (Express, RequireJS, jQuery, Wiloquery et Scronpt).

Utilisation

Il faut lancer l'application en exécutant la commande :

npm start

Rendez-vous ensuite à l'adresse suivante avec votre navigateur :

http://localhost:3000/

Licence

La bibliothèque est publiée sous la Licence Publique de l’Union européenne - EUPL v.1.1.

gout's People

Contributors

regseb avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.