Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Jl/license #155

Merged
merged 13 commits into from
Jan 20, 2023
Binary file added EMaps_contrib_workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
661 changes: 661 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
# Electricity Maps

[![Slack Status](https://slack.electricitymaps.com/badge.svg)](https://slack.electricitymaps.com) [![Twitter Follow](https://img.shields.io/twitter/follow/ElectricityMaps.svg?style=social&label=Follow)](https://twitter.com/ElectricityMaps)
<img src="https://img.shields.io/github/license/electricitymaps/electricitymaps-contrib-rewrite" alt="Electricity Maps is released under the GNU-AGPLv3 license." /> [![Slack Status](https://slack.electricitymaps.com/badge.svg)](https://slack.electricitymaps.com) [![Twitter Follow](https://img.shields.io/twitter/follow/ElectricityMaps.svg?style=social&label=Follow)](https://twitter.com/ElectricityMaps)

A real-time visualisation of the Greenhouse Gas (in terms of CO<sub>2</sub> equivalent) footprint of electricity consumption around the world. Try it out at [app.electricitymaps.com](https://app.electricitymaps.com), or download the app on [Google Play](https://play.google.com/store/apps/details?id=com.tmrow.electricitymap&utm_source=github) or [App store](https://itunes.apple.com/us/app/electricity-map/id1224594248&utm_source=github).

![image](https://app.electricitymaps.com/images/electricitymap_social_image.png)

## Contribute

Thank you for your interest. Check out the [Wiki](https://github.com/electricityMaps/electricitymaps-contrib/wiki) for how to get started. Also, have a look at our current [issues](https://github.com/electricityMaps/electricitymaps-contrib/issues) and [discussions](https://github.com/electricityMaps/electricitymaps-contrib/discussions).

> **Note**
> You can see the status of all parsers [on our Grafana dashboard](https://electricitymap.grafana.net/public-dashboards/4f775c8021324f5cb8682c4fedd3207e).
Thank you for your interest. Check out our general [contribution guidelines](Add link to the contribution guidelines).

Here are some of the ways you can contribute:

Expand All @@ -27,6 +24,18 @@ Join us on [Slack](https://slack.electricitymaps.com) if you wish to discuss dev

We would love your feedback on how to improve the contribution experience, please feel free to fill out this [form](https://forms.gle/VRWvEFwhtnhpzPVX8)

## Contributions workflow

If you wonder what happens to your contributions, check out this workflow of contributions review and acceptance.

![image](https://github.com/electricitymaps/electricitymaps-contrib/blob/master/EMaps_contrib_workflow.png)

We would love your feedback on how to improve the contribution experience, please feel free to fill out this [form](https://forms.gle/VRWvEFwhtnhpzPVX8)

## License

Electricity Maps is licensed under GNU-AGPLv3. Find our license [here](https://github.com/electricitymaps/electricitymaps-contrib/blob/master/LICENSE.md)

## Frequently asked questions

**Where does the data come from?**
Expand Down
8 changes: 3 additions & 5 deletions mobileapp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "mobileapp",
"name": "electricitymaps-mobile",
"version": "1.5.0",
"description": "",
"description": "A real-time visualisation of the CO2 emissions of electricity consumption",
"license": "AGPL-3.0-or-later",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -11,9 +12,6 @@
"dev-ios": "NODE_ENV=dev pnpm exec cap run ios",
"dev-android": "NODE_ENV=dev pnpm exec cap run android"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@capacitor/android": "^4.4.0",
"@capacitor/core": "^4.4.0",
Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[tool.poetry]
name = "electricitymap-contrib"
version = "0.1.0"
name = "electricitymaps-contrib"
version = "1.0.0"
description = ""
authors = ["Electricity Maps team <[email protected]>"]
license = "AGPL-3.0-or-later"
authors = ["Electricity Maps <[email protected]>"]
packages = [
{ include = "electricitymap" }
]
Expand Down
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "electricitymap-web",
"name": "electricitymaps-web",
"version": "1.1.0-beta.54",
"description": "A real-time visualisation of the CO2 emissions of electricity consumption",
"license": "GPL-3.0-or-later",
"license": "AGPL-3.0-or-later",
"engines": {
"node": ">=14.15"
},
Expand Down