Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keplersj/gatsby-plugin-verify-brave
Gatsby plugin for Brave Rewards Verification
https://github.com/keplersj/gatsby-plugin-verify-brave
basic-attention-token bat brave brave-browser gatsby gatsby-plugin
Last synced: about 1 month ago
JSON representation
Gatsby plugin for Brave Rewards Verification
- Host: GitHub
- URL: https://github.com/keplersj/gatsby-plugin-verify-brave
- Owner: keplersj
- License: mit
- Created: 2019-12-24T06:58:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T00:26:01.000Z (over 1 year ago)
- Last Synced: 2024-11-12T18:29:46.916Z (3 months ago)
- Topics: basic-attention-token, bat, brave, brave-browser, gatsby, gatsby-plugin
- Language: TypeScript
- Size: 6.95 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gatsby-plugin-verify-brave
Gatsby plugin for [Brave Rewards](https://creators.brave.com/) Verification. No need to include a TXT file in your `static` directory, let us take care of that! This plugin will help verify you own your website with Brave Rewards, see [the Brave Creators documentation on Verifying Ownership for more details](https://support.brave.com/hc/en-us/articles/360018210951-How-do-I-verify-my-website-or-domain-with-Brave-Payments-Video-Tutorial-).
## Installation
```bash
npm install gatsby-plugin-verify-brave
```## Usage
Add the plugin, your Brave Rewards Token, and your domain in your `gatsby-config.js`:
```js
module.exports = {
plugins: [
{
resolve: "gatsby-plugin-verify-brave",
options: {
token: "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890",
domain: "test.dev",
},
},
],
};
```## License
Copyright 2019-2020 [Kepler Sticka-Jones](https://keplersj.com/). Licensed MIT.