4.60.4905 • Published 2 months ago

assistantapps-nomanssky-info v4.60.4905

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

AssistantApps.NoMansSky.Info

This package is not intended for front end use. Instead this is meant to be used in backend projects such as a Discord Bot built using NodeJS

This package lets you get the latest No Man's Sky datamined information from the Assistant for No Man's Sky app. It simply adds the json files that the Android, iOS, Web and Desktop apps use.

Available from: npmjs.com/package/assistantapps-nomanssky-info

Versioning

This nuget package's versioning is based on the version number of the No Man's Sky game files that the data comes from and follows the following format:

GameMajorVersion - GameMinorVersion - PackageBuildNumber.

For example if the game version used was 3.89 then the nuget version will start with 3.89. The last number in the version string is the build number of the package. This the build number for the AssistantNMS organisation, so it will not be consecutive as their are a few private builds within the organisation.

Usage example

The AssistantNMS Discord bot makes use of this package. Below is an example of how it is used.

import { AllGameDataService, DataService, GameItemModel, GameItemService } from 'assistantapps-nomanssky-info';

// ...

const itemNameToSearchFor = 'Carbon';

const gameService = new GameItemService();
const allItems = await gameService.getAllItemDetails();
const validItems = allItems.filter(itm => itm.Name.toLocaleLowerCase().includes(itemNameToSearchFor.toLocaleLowerCase()));

console.log(`Found {validItems.length} item(s)`);
console.log(`First match: {validItems[0].Name}`);
4.60.4905

2 months ago

4.47.4886

5 months ago

4.40.4876

9 months ago

4.45.4885

8 months ago

4.43.4881

9 months ago

4.30.4847

11 months ago

4.23.4830

1 year ago

4.1.4820

1 year ago

4.1.4777

1 year ago

4.8.4775

1 year ago

4.1.4780

1 year ago

4.8.4726

1 year ago

4.8.4734

1 year ago

4.0.4578

2 years ago

4.6.4709

2 years ago

4.3.4624

2 years ago

3.98.4532

2 years ago

3.98.4499

2 years ago

3.96.4487

2 years ago

3.96.4485

2 years ago

3.96.4482

2 years ago

3.94.4475

2 years ago

3.94.4473

2 years ago

3.94.4472

2 years ago

3.94.4471

2 years ago

3.94.4467

2 years ago

3.95.4464

2 years ago

3.95.4463

2 years ago

3.95.4462

2 years ago

3.93.4461

2 years ago

3.91.4420

2 years ago

3.91.4410

2 years ago

3.91.4346

2 years ago

3.91.4336

2 years ago

3.91.4335

2 years ago

3.91.4334

2 years ago

3.91.4333

2 years ago

3.91.4332

2 years ago

3.91.4331

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago