2.0.0-dev.6 • Published 9 months ago

@eso-status/service-alerts v2.0.0-dev.6

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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' ]
  }
]
2.0.0-dev.6

9 months ago

2.0.0-dev.5

9 months ago

1.0.8

11 months ago

1.0.7

12 months ago

2.0.0-dev.1

10 months ago

2.0.0-dev.0

10 months ago

2.0.0-dev.3

10 months ago

2.0.0-dev.2

10 months ago

2.0.0-dev.4

9 months ago

1.0.6

1 year ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago