Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 21 hours 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T10:16:08.000Z (2 months ago)
- Last Synced: 2024-09-12T21:38:57.195Z (2 months ago)
- Topics: information-extraction, node-js, node-server
- Language: HTML
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
* _Updated document on February 19, 2020_
[![Known Vulnerabilities](https://snyk.io/test/github/napthees/nodejs-example-node-info/badge.svg?targetFile=package.json)](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
```