Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/nx-weibo-sso
Weibo sso gem for nx.
https://github.com/afeiship/nx-weibo-sso
gem nx sso weibo
Last synced: 22 days ago
JSON representation
Weibo sso gem for nx.
- Host: GitHub
- URL: https://github.com/afeiship/nx-weibo-sso
- Owner: afeiship
- Created: 2020-02-20T01:49:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T15:37:01.000Z (almost 5 years ago)
- Last Synced: 2024-11-27T17:44:15.237Z (about 1 month ago)
- Topics: gem, nx, sso, weibo
- Language: Ruby
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nx-weibo-sso
> Weibo sso gem for nx.## installation
```rb
gem 'nx-weibo-sso'
gem 'nx-weibo-sso', git: '[email protected]:afeiship/nx-weibo-sso.git'
```## usage
```rb
Nx::WeiboSso::token('YOUR_USERNAME','YOUR_PASSWORD');
```