Skip to content

Commit 107fe24

Browse files
Merge branch 'master' into develop
2 parents f03ee6c + 07c4f9d commit 107fe24

File tree

9 files changed

+50
-12
lines changed

9 files changed

+50
-12
lines changed

.github/workflows/publish.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2+
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3+
4+
name: Deploy AngularJS Package
5+
6+
on:
7+
release:
8+
types: [created]
9+
10+
jobs:
11+
build:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v2
15+
- uses: actions/setup-node@v1
16+
with:
17+
node-version: 12
18+
registry-url: https://registry.npmjs.org/
19+
- run: npm i && npm run build
20+
- run: cd dist && npm publish
21+
env:
22+
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
23+

README.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
## 📝 Table of Contents
1+
<p align="center">
2+
<img title="Flutterwave" height="200" src="https://flutterwave.com/images/logo-colored.svg" width="50%"/>
3+
</p>
4+
5+
6+
# Flutterwave v3 Angular Library
7+
![Node.js Package](https://github.com/Flutterwave/Flutterwave-Angular-v3/workflows/Node.js%20Package/badge.svg)
8+
![npm](https://img.shields.io/npm/v/flutterwave-angular-v3)
9+
![npm](https://img.shields.io/npm/dt/flutterwave-angular-v3)
10+
![NPM](https://img.shields.io/npm/l/flutterwave-angular-v3)
11+
12+
## Table of Contents
213

314
- [About](#about)
415
- [Getting Started](#getting-started)
@@ -15,7 +26,7 @@ Flutterwave official Angular library to accept payment via card , USSD, QrCode
1526

1627
<a id="getting-started"></a>
1728

18-
## 🏁 Getting Started
29+
## Getting Started
1930

2031
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See [deployment](#deployment) for notes on how to deploy the project on a live system.
2132
See [references](#references) for links to dashboard and API documentation.
@@ -45,7 +56,7 @@ $ yarn add flutterwave-angular-v3
4556

4657
<a id="usage"></a>
4758

48-
## 🔧 Usage
59+
## Usage
4960

5061
Import FlutterwaveModule to the app root module
5162

@@ -268,13 +279,13 @@ export class AppComponent{
268279
```
269280

270281
<a id="deployment"></a>
271-
## 🚀 Deployment
282+
## Deployment
272283

273284
- Switch to Live Mode on the Dashboard settings page
274-
- Use the Live Public API key
285+
- Use the Live Public API key from the API tab
275286

276287
<a id="build-tools"></a>
277-
## ⛏️ Built Using
288+
## Built Using
278289

279290
- [Angular CLI](https://cli.angular.io/)
280291
- [Typescript](https://www.typescriptlang.org/)
@@ -284,8 +295,12 @@ export class AppComponent{
284295

285296

286297
<a id="references"></a>
287-
## 🎉 Flutterwave API References
298+
## Flutterwave API References
288299

289300
- [Flutterwave API Doc](https://developer.flutterwave.com/docs)
290301
- [Flutterwave Inline Payment Doc](https://developer.flutterwave.com/docs/flutterwave-inline)
291302
- [Flutterwave Dashboard](https://dashboard.flutterwave.com/login)
303+
304+
305+
306+

dist/bundles/flutterwave-angular-v3.umd.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bundles/flutterwave-angular-v3.umd.min.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
15 KB
Binary file not shown.

dist/flutterwave-angular-v3.es5.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/flutterwave-angular-v3.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
{"name":"flutterwave-angular-v3","version":"1.1.8","description":"Flutterwave official Angular library to accept payment via card , USSD, QrCode etc.","author":"Flutterwave","repository":{"type":"git","url":"https://github.com/Flutterwave/Flutterwave-Angular-v3"},"homepage":"https://github.com/Flutterwave/Flutterwave-Angular-v3","keywords":["Flutterwave","Fintech","Angular","Fluterwave","Ionic"],"license":"MIT","scripts":{"ng":"ng","start":"ng serve --open --port=9879","build":"npx ng-packagr -p ng-package.json && cd dist && npm pack","publish":"cd dist && npm publish","pack":"cd dist && npm pack","test":"ng test","lint":"ng lint","e2e":"ng e2e"},"private":false,"dependencies":{"@angular/animations":">=4.0.0","@angular/common":">=4.0.0","@angular/compiler":">=4.0.0","@angular/core":">=4.0.0","@angular/forms":">=4.0.0","@angular/http":">=4.0.0","@angular/platform-browser":">=4.0.0","@angular/platform-browser-dynamic":">=4.0.0","@angular/router":">=4.0.0","core-js":">=2.4.1","rxjs":">=5.1.0","zone.js":">=0.8.4"},"devDependencies":{"@angular/cli":">=1.1.0","@angular/compiler-cli":">=4.0.0","@angular/language-service":">=4.0.0","@types/jasmine":"2.5.45","@types/node":"~6.0.60","codelyzer":"~3.0.1","jasmine-core":"~2.6.2","jasmine-spec-reporter":"~4.1.0","karma":"~1.7.0","karma-chrome-launcher":"~2.1.1","karma-cli":"~1.0.1","karma-coverage-istanbul-reporter":"^1.2.1","karma-jasmine":"~1.1.0","karma-jasmine-html-reporter":"^0.2.2","ng-packagr":"^1.5.2","protractor":"~5.1.2","ts-node":"~3.0.4","tslint":"~5.3.2","typescript":">=2.3.3"},"main":"bundles/flutterwave-angular-v3.umd.js","module":"flutterwave-angular-v3.es5.js","es2015":"flutterwave-angular-v3.js","typings":"flutterwave-angular-v3.d.ts","metadata":"flutterwave-angular-v3.metadata.json"}
2+

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,11 @@
2020
"ng": "ng",
2121
"start": "ng serve --open --port=9879",
2222
"build": "npx ng-packagr -p ng-package.json && cd dist && npm pack",
23-
"publish": "cd dist && npm publish",
2423
"pack": "cd dist && npm pack",
2524
"test": "ng test",
2625
"lint": "ng lint",
2726
"e2e": "ng e2e"
28-
2927
},
30-
31-
32-
3328
"private": false,
3429
"dependencies": {
3530
"@angular/animations": ">=4.0.0",

0 commit comments

Comments
 (0)