Skip to content

Commit 270de2a

Browse files
authored
chore: merge pull request #9 from threeal/main
Version 0.1.1 Release
2 parents bbdd638 + a87688c commit 270de2a

8 files changed

+574
-8
lines changed

.github/workflows/build.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@ jobs:
3636
- name: Test project
3737
run: npm test
3838

39+
- name: Run Project
40+
run: lib/google-rank.js --help
41+
3942
- name: Check diff
4043
run: git diff --exit-code HEAD

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Google Rank
22

3-
[![build status](https://img.shields.io/github/actions/workflow/status/threeal/google-rank/build.yaml?branch=main)](https://github.com/threeal/google-rank/actions/workflows/build.yaml)
3+
[![npm version](https://img.shields.io/npm/v/google-rank?style=flat-square)](https://www.npmjs.com/package/google-rank)
4+
[![license](https://img.shields.io/github/license/threeal/google-rank?style=flat-square)](./LICENSE)
5+
[![build status](https://img.shields.io/github/actions/workflow/status/threeal/google-rank/build.yaml?branch=main&style=flat-square)](https://github.com/threeal/google-rank/actions/workflows/build.yaml)
46

57
Google Rank is a tool designed to provide valuable insights into website visibility on [Google](https://www.google.com/) search results. By tracking and monitoring your website's ranking for specific keywords, you can optimize your online presence and effectively reach a wider audience.
68

lib/google-rank.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
#!/usr/bin/env node
12
export {};

lib/google-rank.js

100644100755
+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/google-rank.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)