npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

planetside-census-data

v2.2.0

Published

Common data for planetside apps.

Downloads

77

Readme

Planetside Census Data

Common data used in my Planetside 2 apps.

Powers the ps2.nice.kiwi population tracker.

Usage

Install

npm i planetside-census-data

Sources:

  • https://census.daybreakgames.com
  • https://planetside.fandom.com

Changelog

2.2.0 - 12/08/2023

2.1.1 - 11/08/2023

  • Fix imports failing
  • Revert to import from base package again.

2.1.0 - 11/08/2023

  • Updated README with correct usage of CensusRequest.
  • Breaking Remove index.ts. Import directly form data, enums, interfaces, request or stream instead.
  • Breaking Remove data/events.ts, it changes too often to keep static.
  • Move stream interfaces into own file.
  • Move namespaces into own file.
  • Add getZoneNameById function.
  • Update dependencies.

2.0.0 - 10/04/2023

  • New Add CensusRequest client to query the Census API.
  • New Add CensusStream client to connect to the Census stream.
  • Breaking Update minimum node version to 18.x
  • Add types for stream and request clients.
  • Add new zone data

1.5.1 - 31/01/2022

  • Add Oshur zone data (Thanks Mono).
  • Breaking Fix environment typo on World data.
  • Fix wrong name on Apex server.

1.5.0 - 25/10/2021

  • Add VR Training rooms and warpgate region IDs to Zone data.
  • Add possible new Koltyr event data from patch notes: https://forums.daybreakgames.com/ps2/index.php?threads/oct-20-2021-pc-hotfix.257622/.
  • Breaking bump Koltyr and Desolation fake zone IDs.

1.4.2 - 13/10/2021

  • Fix type definition for api.urlComplete to return string instead of void.

1.4.1 - 12/10/2021

  • Add urlComplete frunction to api.js.
  • Add urlWss as a variable and as a param to urlComplete in stream.js.

1.4.0 - 12/10/2021

  • Yet another large refactor of names, types and variables.

1.3.0 - 11/10/2021

  • Add CensusStreamEventType and MetagameEventStateType enums.
  • Fix wrong param required for urlComplete function.
  • Rename PLATFORM_API enum to PLATFORM_ENVIRONMENT.

1.2.0 - 10/10/2021

  • Try out new type publishing options
  • Include WorldStateType enum

1.1.0 - 4/10/2021

  • Refactored interfaces.
  • Fixed Jaeger missing form worldsByPlatform.
  • Added Events data.
  • Returned Briggs (as its still returned from the API).
  • Added Apex world.