0.1.2 • Published 6 years ago
@brown121407/fist v0.1.2
fist
Miss oldskool fingering network users? Or maybe you've never done it before? Rejoice, because from today on you can fist people on different internet platforms!
Installation
npm install --global @brown121407/fist
Provider requirements
Provider | Requirements |
---|---|
GitHub | A GitHub access token exported in a GITHUB_TOKEN environment variable |
Usage
fist <provider>/<username>
Where <provider>
is the platform from which you want to query information about the
user called <username>
.
Let's say you want to get details about me, from GitHub. Then, you'd write:
fist github/brown121407
Sample output for that github/brown121407
:
brown121407 on GitHub - https://github.com/brown121407
Name: Sergiu Marton
Email: brown121407@gmail.com
Location: Ramnicu Sarat, Romania
Status: learning algorithms
This isn't a thightly clenched fist
The code and appeareance of the output is subject to changes as I've only thought about about this program for 13 seconds before writing it.
For example, I'm thinking about changing the <provider>/<username>
syntax to
<username> on <provider>
so the whole thing would sound like:
fist brown121407 on GitHub
CONTRIBUTING
Coming soon.
LICENSE
Licensed under GNU GPLv3. See LICENSE.
Inspired by
This project was inspired by:
- the finger protocol and the finger program
- finger by bketelsen on GitHub