Last active
September 9, 2016 06:32
-
-
Save jacky810124/0c6f1f1eee186ad7705f83ca0f8db57b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const portfolio = [ | |
{ | |
name: "Facebook messenger bot using AWS Lamba and API Gateway", | |
url: "https://www.facebook.com/events/724852200951265/", | |
repo: "https://github.com/goodideas-studio/facebook-messenger-bot-using-aws" | |
}, { | |
name: "uni-order-no", | |
description: "Unique order no generator", | |
repo: "https://github.com/jacky810124/uni-order-no" | |
}, { | |
name: "GulpExample", | |
description: "Learn how to use gulp", | |
repo: "https://github.com/jacky810124/GulpExample" | |
}, { | |
name: "ConvertAddressToLatLng", | |
description: "Convert your address to Lat and Lng", | |
repo: "https://github.com/jacky810124/ConvertAddressToLatLng" | |
}, { | |
name: "Nonsense", | |
url: "https://nonsenseworkshop.com/" | |
}, { | |
name: "嘉義大學產學特色平台", | |
url: "https://matchmaker.ncyu.edu.tw/" | |
}, { | |
name: "Knock Know", | |
url: "https://kk.jacky810124.me/" | |
}, { | |
name: "pokemon information", | |
url: "http://info.pokemon-gg.tk:4000/place" | |
}, { | |
name: "會計系統", | |
url: "http://imgur.com/a/ymEaE" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment