An open API service indexing awesome lists of open source software.

https://github.com/savecoders/cnel-power-outages-api

Cortes del servicio de energía eléctrica cnel
https://github.com/savecoders/cnel-power-outages-api

Last synced: 7 months ago
JSON representation

Cortes del servicio de energía eléctrica cnel

Awesome Lists containing this project

README

          

# CNEL API

## Install devpendencies

```sh
pnpm install

```

## Run project

```sh
npm run dev

```

### EndPoints

* Get All data: `/`
* Find Location from object: `/:location`
* Find Location And Sector from object: `/:location/:sector`
* Filter data with location and range time: `/:location/time/:time`