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: 12 months 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: 2024-12-13T04:14:27.000Z (about 1 year ago)
- Last Synced: 2025-01-13T18:24:31.535Z (about 1 year ago)
- Topics: information-extraction, node-js, node-server
- Language: HTML
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
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
```