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

@eso-status/service-alerts

v2.0.0-dev.6

Published

Library for retrieving and formatting data, available at https://help.elderscrollsonline.com/app/answers/detail/a_id/4320.

Downloads

180

Readme

eso-status/service-alerts

Quality Gate Status Bugs Code Smells Vulnerabilities Security Rating Coverage Duplicated Lines (%)

npm license

Build Status Build Status

eso-status/service-alerts is a library for retrieving and formatting data, which can be found at https://help.elderscrollsonline.com/app/answers/detail/a_id/4320.

Table of Contents

Install

npm i @eso-status/service-alerts

Usage

import ServiceAlerts from '@eso-status/service-alerts';
import { EsoStatusRawData } from '@eso-status/types';

const esoStatusRawDataList: EsoStatusRawData[] = await ServiceAlerts.getData();

Return exemple

[
  {
    source: 'https://help.elderscrollsonline.com/app/answers/detail/a_id/4320',
    raw: '2024.09.04 - 14:00 UTC (10:00 EDT) The ESO store and account system are currently unavailable while we perform maintenance.',
    slug: 'service_store_eso',
    type: 'service',
    support: 'store',
    zone: 'eso',
    status: 'down',
    rawStatus: 'currently unavailable',
    rawSlug: 'ESO store',
    rawDate: '2024.09.04 - 14:00 UTC (10:00 EDT)',
    dates: [ '2024-09-04T14:00:00Z' ]
  },
  {
    source: 'https://help.elderscrollsonline.com/app/answers/detail/a_id/4320',
    raw: '2024.09.04 - 14:00 UTC (10:00 EDT) The ESO store and account system are currently unavailable while we perform maintenance.',
    slug: 'service_system_account',
    type: 'service',
    support: 'system',
    zone: 'account',
    status: 'down',
    rawStatus: 'currently unavailable',
    rawSlug: 'account system',
    rawDate: '2024.09.04 - 14:00 UTC (10:00 EDT)',
    dates: [ '2024-09-04T14:00:00Z' ]
  },
  {
    source: 'https://help.elderscrollsonline.com/app/answers/detail/a_id/4320',
    raw: '2024.09.04 - 10:00 UTC (6:00 EDT) The North American Xbox megaserver is currently unavailable while we perform maintenance. The European Xbox megaserver is currently unavailable while we perform maintenance. The North American PlayStation® megaserver is currently unavailable while we perform maintenance. The European PlayStation® megaserver is currently unavailable while we perform maintenance.',
    slug: 'server_ps_eu',
    type: 'server',
    support: 'ps',
    zone: 'eu',
    status: 'down',
    rawStatus: 'currently unavailable',
    rawSlug: 'The European PlayStation® megaserver',
    rawDate: '2024.09.04 - 10:00 UTC (6:00 EDT)',
    dates: [ '2024-09-04T10:00:00Z' ]
  },
  {
    source: 'https://help.elderscrollsonline.com/app/answers/detail/a_id/4320',
    raw: '2024.09.04 - 10:00 UTC (6:00 EDT) The North American Xbox megaserver is currently unavailable while we perform maintenance. The European Xbox megaserver is currently unavailable while we perform maintenance. The North American PlayStation® megaserver is currently unavailable while we perform maintenance. The European PlayStation® megaserver is currently unavailable while we perform maintenance.',
    slug: 'server_xbox_eu',
    type: 'server',
    support: 'xbox',
    zone: 'eu',
    status: 'down',
    rawStatus: 'currently unavailable',
    rawSlug: 'The European Xbox megaserver',
    rawDate: '2024.09.04 - 10:00 UTC (6:00 EDT)',
    dates: [ '2024-09-04T10:00:00Z' ]
  },
  {
    source: 'https://help.elderscrollsonline.com/app/answers/detail/a_id/4320',
    raw: '2024.09.04 - 10:00 UTC (6:00 EDT) The North American Xbox megaserver is currently unavailable while we perform maintenance. The European Xbox megaserver is currently unavailable while we perform maintenance. The North American PlayStation® megaserver is currently unavailable while we perform maintenance. The European PlayStation® megaserver is currently unavailable while we perform maintenance.',
    slug: 'server_ps_na',
    type: 'server',
    support: 'ps',
    zone: 'na',
    status: 'down',
    rawStatus: 'currently unavailable',
    rawSlug: 'North American PlayStation® megaserver',
    rawDate: '2024.09.04 - 10:00 UTC (6:00 EDT)',
    dates: [ '2024-09-04T10:00:00Z' ]
  },
  {
    source: 'https://help.elderscrollsonline.com/app/answers/detail/a_id/4320',
    raw: '2024.09.04 - 10:00 UTC (6:00 EDT) The North American Xbox megaserver is currently unavailable while we perform maintenance. The European Xbox megaserver is currently unavailable while we perform maintenance. The North American PlayStation® megaserver is currently unavailable while we perform maintenance. The European PlayStation® megaserver is currently unavailable while we perform maintenance.',
    slug: 'server_xbox_na',
    type: 'server',
    support: 'xbox',
    zone: 'na',
    status: 'down',
    rawStatus: 'currently unavailable',
    rawSlug: 'The North American Xbox megaserver',
    rawDate: '2024.09.04 - 10:00 UTC (6:00 EDT)',
    dates: [ '2024-09-04T10:00:00Z' ]
  },
  {
    source: 'https://help.elderscrollsonline.com/app/answers/detail/a_id/4320',
    raw: '2024.09.03 - 10:55 UTC (6:55 EDT) The North American PC/Mac megaserver is currently available. The European PC/Mac megaserver is currently available.',
    slug: 'server_pc_eu',
    type: 'server',
    support: 'pc',
    zone: 'eu',
    status: 'up',
    rawStatus: 'currently available',
    rawSlug: 'The European PC/Mac megaserver',
    rawDate: '2024.09.03 - 10:55 UTC (6:55 EDT)',
    dates: [ '2024-09-03T10:55:00Z' ]
  },
  {
    source: 'https://help.elderscrollsonline.com/app/answers/detail/a_id/4320',
    raw: '2024.09.03 - 10:55 UTC (6:55 EDT) The North American PC/Mac megaserver is currently available. The European PC/Mac megaserver is currently available.',
    slug: 'server_pc_na',
    type: 'server',
    support: 'pc',
    zone: 'na',
    status: 'up',
    rawStatus: 'currently available',
    rawSlug: 'North American PC/Mac megaserver',
    rawDate: '2024.09.03 - 10:55 UTC (6:55 EDT)',
    dates: [ '2024-09-03T10:55:00Z' ]
  },
  {
    source: 'https://help.elderscrollsonline.com/app/answers/detail/a_id/4320',
    raw: ' 2024.08.27 - 14:40 UTC (10:40 EDT) The PTS is currently available.',
    slug: 'server_pc_pts',
    type: 'server',
    support: 'pc',
    zone: 'pts',
    status: 'up',
    rawStatus: 'currently available',
    rawSlug: 'PTS',
    rawDate: ' 2024.08.27 - 14:40 UTC (10:40 EDT)',
    dates: [ 'Invalid date' ]
  }
]