cky-image-public
Version:
public image to public host
154 lines (150 loc) • 4.77 kB
JavaScript
const ImgBB = require('../plugins/imgbb');
const path = require('path');
let imgbb = new ImgBB({
auth_token: '864c9b59b251c95f6acc57493a8e28dc3aefe4e1',
domain: 'https://chickyky.imgbb.com'
});
imgbb.upload(path.join(__dirname, 'poster_2x3.jpg'), (err, result) => {
console.log('err=', err);
console.log('result=', result);
})
// let auth_token = '864c9b59b251c95f6acc57493a8e28dc3aefe4e1'
/*
{
"status_code": 200,
"success": {
"message": "image uploaded",
"code": 200
},
"image": {
"title": "imgpsh-fullsize-anim-4",
"name": "imgpsh-fullsize-anim-4",
"extension": "jpg",
"original_filename": "imgpsh_fullsize_anim (4).jpeg",
"width": "1242",
"height": "698",
"size": 1334791,
"thumb_size": "18994",
"medium_size": "112440",
"time": "1564650906",
"expiration": "0",
"description": null,
"likes": "0",
"user": {
"name": "Chickyky",
"username": "chickyky",
"timezone": "America/Santiago",
"language": "en",
"is_private": "0",
"show_nsfw_listings": "0",
"image_count": "3",
"album_count": "0",
"image_keep_exif": "1",
"image_expiration": null,
"likes": "0",
"liked": "0",
"following": "0",
"followers": "0",
"content_views": "0",
"notifications_unread": "0",
"image_count_display": "3",
"album_count_display": 0,
"url": "https://chickyky.imgbb.com/",
"url_albums": "https://chickyky.imgbb.com/albums",
"url_liked": "https://chickyky.imgbb.com/liked",
"url_following": "https://chickyky.imgbb.com/following",
"url_followers": "https://chickyky.imgbb.com/followers",
"bio_safe_html": "",
"bio_linkify": "",
"image_count_label": "images",
"album_count_label": "albums",
"firstname": "Chickyky",
"firstname_html": "Chickyky",
"name_short": "Chickyky",
"name_short_html": "Chickyky",
"avatar": {
"filename": "av_mg236F.jpg",
"url": "//simgbb.com/images/users/av_mg236F.jpg"
},
"background": {
"filename": "bkg_h5z5La.jpg",
"url": "//simgbb.com/images/users/bkg_h5z5La.jpg"
},
"notifications_unread_display": "0"
},
"album": {
"name": "Chickyky's images",
"date": null,
"date_gmt": null,
"privacy": "public",
"password": null,
"image_count": null,
"description": null,
"likes": null,
"views": null,
"id_encoded": null,
"url": "https://chickyky.imgbb.com/",
"url_short": "https://chickyky.imgbb.com/",
"name_html": "Chickyky's images",
"privacy_notes": null,
"privacy_readable": "Public",
"name_with_privacy_readable": "Chickyky's images (Public)",
"name_with_privacy_readable_html": "Chickyky's images (Public)",
"name_truncated": "Chickyky's images",
"name_truncated_html": "Chickyky's images"
},
"is_animated": 0,
"nsfw": 0,
"id_encoded": "z7SpLxh",
"filename": "imgpsh-fullsize-anim-4.jpg",
"mime": "image/jpeg",
"url": "https://i.ibb.co/9Vq6fg9/imgpsh-fullsize-anim-4.jpg",
"size_formatted": "1.3 MB",
"url_viewer": "https://ibb.co/z7SpLxh",
"url_viewer_preview": "https://ibb.co/z7SpLxh",
"url_viewer_thumb": "https://ibb.co/z7SpLxh",
"image": {
"filename": "imgpsh-fullsize-anim-4.jpg",
"name": "imgpsh-fullsize-anim-4",
"mime": "image/jpeg",
"extension": "jpg",
"url": "https://i.ibb.co/9Vq6fg9/imgpsh-fullsize-anim-4.jpg",
"size": 1334791
},
"thumb": {
"filename": "imgpsh-fullsize-anim-4.jpg",
"name": "imgpsh-fullsize-anim-4",
"mime": "image/jpeg",
"extension": "jpg",
"url": "https://i.ibb.co/z7SpLxh/imgpsh-fullsize-anim-4.jpg",
"size": "18994"
},
"medium": {
"filename": "imgpsh-fullsize-anim-4.jpg",
"name": "imgpsh-fullsize-anim-4",
"mime": "image/jpeg",
"extension": "jpg",
"url": "https://i.ibb.co/fnCfKFY/imgpsh-fullsize-anim-4.jpg",
"size": "112440"
},
"display_url": "https://i.ibb.co/fnCfKFY/imgpsh-fullsize-anim-4.jpg",
"display_width": "1242",
"display_height": "698",
"delete_url": "https://ibb.co/z7SpLxh/512dbaf77cf0cd7b59e40af6727b4a89",
"views_label": "views",
"likes_label": "likes",
"how_long_ago": "1 second ago",
"date_fixed_peer": "2019-08-01 05:15:06",
"title_truncated": "imgpsh-fullsize-anim-4",
"title_truncated_html": "imgpsh-fullsize-anim-4",
"is_use_loader": false
},
"request": {
"type": "file",
"action": "upload",
"timestamp": "1564650638390",
"auth_token": "864c9b59b251c95f6acc57493a8e28dc3aefe4e1"
},
"status_txt": "OK"
}
*/