0.0.121 • Published 6 months ago

woke-ads v0.0.121

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Woke

Woke is product discoverability for OSS projects via CLI and Repo README.MD in a non-intrusive way. This will help OSS projects generate revenue almost instantly once users of their projects opt-in for ads.

Install

To use woke,

npm

npm i woke-ads

yarn

yarn add woke-ads 

Usage in CLI Applications

js

It is recommended to initialize woke at the top of the entry point of your CLI application. For example:

import WokeAd from 'woke-ads'

function cliEntry(){
  WokeAd({
        clientId:'<your-client-id>',
        clientSecret:'<your-API-KEY>'
    })
  // rest of your logic
}

cliEntry()

If you want users to see a prompt asking if they want to opt out, you can configure WokeAd to show a prompt like this:

import WokeAd from 'woke-ads'

function cliEntry(){
  WokeAd(
    {
      clientId:'<your-client-id>',
      clientSecret:'<your-API-KEY>'
    },{prompt:true})
  // rest of your logic
}
cliEntry()

GO

Instructions on how to use woke in Go applications can be found here woke-go

End users

Users can opt out of woke-ads by running the following commands

npx woke-ads --opt-out true

To opt in back to woke-ads, they run:

npx woke-ads --opt-out false
0.0.10

7 months ago

0.0.11

7 months ago

0.0.12

6 months ago

0.0.121

6 months ago

0.0.9

7 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago