https://github.com/napthees/nodejs-example-node-info
Un exemple de base d'utilisation de node-info.
https://github.com/napthees/nodejs-example-node-info
information-extraction node-js node-server
Last synced: 5 days ago
JSON representation
Un exemple de base d'utilisation de node-info.
- Host: GitHub
- URL: https://github.com/napthees/nodejs-example-node-info
- Owner: napthees
- License: mit
- Created: 2018-10-08T12:00:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-02-12T11:14:16.000Z (4 months ago)
- Last Synced: 2026-02-12T19:56:39.747Z (4 months ago)
- Topics: information-extraction, node-js, node-server
- Language: HTML
- Size: 121 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
* _Updated document on February 19, 2020_
[](https://snyk.io/test/github/napthees/nodejs-example-node-info?targetFile=package.json)
# Description de l'application "nodejs-example-node-info"
Un exemple de base d'utilisation de node-info.
## Installer et démarrer
En ligne de commande :
- Pour installer les packages
```
> npm install
```
- Pour démarrer l’application qui sera disponible
à partir de votre navigateur sur http://127.0.0.1:8080/node-info
```
> node index.js
```