Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

istex-api-faker

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

istex-api-faker

ISTEX API faker. Create a Web server simulating the ISTEX API but only with few data.

  • 1.5.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

istex-api-faker

Programme permettant de créer un serveur Web simulant une API Istex avec quelques données.

Build Status

Installation

git clone https://github.com/istex/istex-api-faker.git
cd istex-api-faker/
npm install

Usage

cd istex-api-faker/
npm start

Ensuite naviguez sur http://127.0.0.1:35000/

Voici ce que ça donne en image :

istex-api-faker ouverte dans le navigateur

Mettre à jour les données

Par défaut, des données sont fournies mais il est possible de les mettre à jour. La mise à jour peut être utile lorsque le format des données de l'API officielle change.

cd istex-api-faker/
./bin/istex-api-faker-generator.njs

Les données seront alors téléchargées dans le répertoire data/

Vous devez être autorisé par l'API Istex de production. Pour cela, créez un fichier config.local.js où vous placerez vos identifiants. Exemple :

{
  "username": "chuck.norris@univers.fr",
  "password": "justme"
}

FAQs

Package last updated on 19 Feb 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc