From b7edb9e5d58d37f4b79975b1f64d1ec8ce001c13 Mon Sep 17 00:00:00 2001 From: Benjamin Price Date: Tue, 25 Feb 2020 21:50:11 +0900 Subject: [PATCH 1/2] Add README --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42d66cc..9f06565 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ -# dev-social-badge +# DEV Social Badge +

+GitHub package.json version Contributions to DEV Widget are welcomed +

Unofficial Social Badge for DEV.to + +A social badge that pulls your reaction count for an article that’s been shared on DEV + +--- + +## Installation and Usage + +To come, after accepted onto CDNJS. + +--- + +## Contributing + +I'm still getting things started. As such, there aren't any/many issues created yet. But, you can always checkout [CONTRIBUTING.md](CONTRIBUTING.md) for Contribution guidelines. \ No newline at end of file From ba87fd7c3669cbc4ad407b3af72b7328cadfb441 Mon Sep 17 00:00:00 2001 From: Benjamin Price Date: Tue, 25 Feb 2020 21:50:20 +0900 Subject: [PATCH 2/2] Add package.json --- package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..ed623bf --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "dev-social-badge", + "version": "0.1.0", + "description": "Unofficial Social Badge for the DEV.to Community", + "authors": [ + "Benjamin Price " + ], + "repository": { + "type": "git", + "url": "https://github.com/BenjaminPrice/dev-social-badge" + }, + "keywords": [ + "DEV.to", + "DEV Community", + "The Practical Dev", + "badge", + "dev", + "social" + ], + "license": "MIT" + } \ No newline at end of file