Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soimort/akb48.js
AKB48 member profiles as a JavaScript library
https://github.com/soimort/akb48.js
akb48
Last synced: 2 months ago
JSON representation
AKB48 member profiles as a JavaScript library
- Host: GitHub
- URL: https://github.com/soimort/akb48.js
- Owner: soimort
- License: cc0-1.0
- Created: 2014-05-26T21:57:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T23:59:37.000Z (5 months ago)
- Last Synced: 2024-10-14T12:25:35.352Z (3 months ago)
- Topics: akb48
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/akb48
- Size: 968 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# akb48.js
To be used either as a browser-side JavaScript library, or as a Node module.
**Example 1**: (Browser-side)
HTML:
```html
```
JavaScript:
```js
console.log(AKBG.宮脇咲良)
```**Example 2**: (Node.js)
JavaScript:
```js
var akb = require('./akb48');
console.log(akb.宮脇咲良);
```