Sebagai ONCE, saya mendedikasikan proyek ini untuk TWICE. Projek ini adalah API yang berisi informasi-informasi yang berkaitan dengan twice seperti profile member dan informasi album.
http://twice-api.adhywiranto.xyz/
http://twice-api-client.adhywiranto.xyz/
- Node.js
- Express.js
- Mocha.js
- All Data => http://twice-api.adhywiranto.xyz/api/all/
- Members => http://twice-api.adhywiranto.xyz/api/members/
- Discography (All) => http://twice-api.adhywiranto.xyz/api/discography/
- Discography (Korean) => http://twice-api.adhywiranto.xyz/api/discography/korean/
- Discography (Japanese) => http://twice-api.adhywiranto.xyz/api/discography/japanese/
- Discography (English) => http://twice-api.adhywiranto.xyz/api/discography/english/
- Sumber => http://twice-api.adhywiranto.xyz/api/sources/
- Members => http://twice-api.adhywiranto.xyz/api/members?slug=...
- Discography (Korean) => http://twice-api.adhywiranto.xyz/api/discography/korean?slug=...
- Discography (Japanese) => http://twice-api.adhywiranto.xyz/api/discography/japanese?slug=...
- Discography (English) => http://twice-api.adhywiranto.xyz/api/discography/english?slug=...
- Members => http://twice-api.adhywiranto.xyz/api/members?slug=mina
- Discography (Korean) => http://twice-api.adhywiranto.xyz/api/discography/korean?slug=taste-of-love
- Discography (Japanese) => http://twice-api.adhywiranto.xyz/api/discography/japanese?slug=perfect-world
- Discography (English) => http://twice-api.adhywiranto.xyz/api/discography/english?slug=i-cant-stop-me-english
npm install
npm start