File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1- # ph-node- api
1+ # @ planethoster-oss/ api
22
33[ ![ CI] ( https://github.com/PlanetHoster/ph-node-api/actions/workflows/ci.yml/badge.svg )] ( https://github.com/PlanetHoster/ph-node-api/actions/workflows/ci.yml )
44
5- [ ![ NPM] ( https://nodei.co/npm/ph-node- api.png )] ( https://nodei.co/npm/ph-node- api/ )
5+ [ ![ NPM] ( https://nodei.co/npm/@planethoster-oss/ api.png )] ( https://nodei.co/npm/@planethoster-oss/ api/ )
66
77NodeJS PlanetHoster API integration.
88
99Please refer to the documentation of the [ PlanetHoster API] ( https://apidoc.planethoster.com/ ) for all endpoints details.
1010
1111## Installation
1212```
13- npm install ph-node- api
13+ npm install @planethoster-oss/ api
1414```
1515
1616## Usage
1717``` javascript
18- const PhNodeApi = require (' ph-node- api' );
18+ const PhNodeApi = require (' @planethoster-oss/ api' );
1919
2020async function testConnection (api ) {
2121 try {
Original file line number Diff line number Diff line change 11{
2- "name" : " ph-node- api" ,
3- "version" : " 1.0.6 " ,
2+ "name" : " @planethoster-oss/ api" ,
3+ "version" : " 1.1.0 " ,
44 "description" : " NodeJS PlanetHoster api integration" ,
5- "repository" : " git@github.com:PlanetHoster/api-node.git" ,
6- "author" : " Marc-Andre G. <marc-andre.godin@planethoster.info>" ,
5+ "repository" : " https://github.com/PlanetHoster/ph-node-api.git" ,
76 "license" : " MIT" ,
87 "private" : false ,
98 "main" : " ./build/main.js" ,
9+ "publishConfig" : {
10+ "access" : " public"
11+ },
1012 "typings" : " ./build/main.d.ts" ,
1113 "files" : [
1214 " build/**/**/*"
You can’t perform that action at this time.
0 commit comments