lastfm-nodejs-client 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +3 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -66,9 +66,11 @@ Written in TypeScript, compiles down to ES2015, provides the types for the lastF
|
|
|
66
66
|
## Fork repo
|
|
67
67
|
|
|
68
68
|
```bash
|
|
69
|
-
gh repo fork
|
|
69
|
+
gh repo fork mannuelf/lastfm-nodejs-client
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
+
What's gh? [Get it here](https://cli.github.com/manual/gh_repo_fork)
|
|
73
|
+
|
|
72
74
|
### Postman collections
|
|
73
75
|
|
|
74
76
|
A list of endpoints currently mapped to this client. Still under development, not feature complete.
|