Skip to content

Commit

Permalink
Updated readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
glitch452 committed Oct 2, 2021
1 parent 3366e10 commit 140d741
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.4.0] - 2021-10-02

### Added
- Node package files to install dependencies (since request is no longer installed with the latest MagicMirror version)
- Git Ignore files for images (png, jpg, jpeg) in the logos folder
- Catalan translation, thanks to [jaumebosch](https://github.com/jaumebosch)!
- Included nano logos

## [2.3.0] - 2020-10-27

### Added
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This module displays cryptocurrency information from the [Coin Market Cap](https

| Status | Version | Date | Maintained? | Minimum MagicMirror² Version |
|:------- |:------- |:---------- |:----------- |:---------------------------- |
| Working | `2.3.0` | 2020-10-27 | Yes |`2.2.1` |
| Working | `2.4.0` | 2021-10-02 | Yes |`2.2.1` |

### Example
![Example of MMM-CoinMarketCap](images/sample.png?raw=true "Example screenshot")
Expand All @@ -26,6 +26,7 @@ This module displays cryptocurrency information from the [Coin Market Cap](https
To install the module, use your terminal to:
1. Navigate to your MagicMirror's modules folder. If you are using the default installation directory, use the command:<br />`cd ~/MagicMirror/modules`
2. Copy the module to your computer by executing the following command:<br />`git clone https://github.com/glitch452/MMM-CoinMarketCap.git`
3. Enter the 'MMM-CoinMarketCap' directory and Install the node modules:<br />`cd MMM-CoinMarketCap && npm install`

## Using the module

Expand Down

0 comments on commit 140d741

Please sign in to comment.