mirror of
https://github.com/mitchell/mjfs.us.git
synced 2025-09-14 04:02:06 +00:00
57 lines
2.8 KiB
JSON
57 lines
2.8 KiB
JSON
[
|
|
{
|
|
"title": "lambdarouter",
|
|
"repoUrl": "https://github.com/mitchell/lambdarouter",
|
|
"badges": [
|
|
{
|
|
"imgUrl": "https://travis-ci.org/mitchell/lambdarouter.svg?branch=master",
|
|
"linkUrl": "https://travis-ci.org/mitchell/lambdarouter",
|
|
"alt": "Build Status"
|
|
},
|
|
{
|
|
"imgUrl": "https://api.codeclimate.com/v1/badges/7270c6c4017b36d07360/test_coverage",
|
|
"linkUrl": "https://codeclimate.com/github/mitchelljfs/lambdarouter/test_coverage",
|
|
"alt": "Code Coverage"
|
|
},
|
|
{
|
|
"imgUrl": "https://api.codeclimate.com/v1/badges/7270c6c4017b36d07360/maintainability",
|
|
"linkUrl": "https://codeclimate.com/github/mitchelljfs/lambdarouter/maintainability",
|
|
"alt": "Maintainability"
|
|
}
|
|
],
|
|
"description": "This package contains a router capable of routing many AWS Lambda API gateway requests to anything that implements the aws-lambda-go Handler interface, all in one Lambda function. It plays especially well with go-kit's awslambda transport package. Check out the GoDoc Reference to see how to initialize a router and create endpoints."
|
|
},
|
|
|
|
{
|
|
"title": "mjfs.us",
|
|
"repoUrl": "https://github.com/mitchell/mjfs.us",
|
|
"badges": [
|
|
{
|
|
"imgUrl": "https://travis-ci.org/mitchell/mjfs.us.svg?branch=master",
|
|
"linkUrl": "https://travis-ci.org/mitchell/mjfs.us",
|
|
"alt": "Build Status"
|
|
},
|
|
{
|
|
"imgUrl": "https://api.codeclimate.com/v1/badges/dc70437f1490980d8e8e/maintainability",
|
|
"linkUrl": "https://codeclimate.com/github/mitchelljfs/mjfs.us/maintainability",
|
|
"alt": "Maintainability"
|
|
}
|
|
],
|
|
"description": "This is the source code for this site, which currently utilizes the React.js library. In the past it was built using plain HTML, then Sinatra. It was developed using Flow, and continously deployed using Travis CI. The site itself is hosted on S3 and distributed to several cache locations around the world using Cloudfront."
|
|
},
|
|
|
|
{
|
|
"title": "destinate",
|
|
"repoUrl": "https://github.com/mitchell/destinate",
|
|
"badges": [],
|
|
"description": "destinate is a react-native, iOS (and Android) app. Its main objective is to suggest places or activities to the user based on their past choices. It utilizes a serverless backend, written in Go and hosted on AWS API Gateway/Lambda. It is still under development, as a side project of Arash Lari and myself."
|
|
},
|
|
|
|
{
|
|
"title": "sys-mgmt",
|
|
"repoUrl": "https://github.com/mitchell/sys-mgmt",
|
|
"badges": [],
|
|
"description": "A minimal, cross-platform, unix-like-system management program. This program is designed to detect which programs are affiliated with the unix-like system, whether it be Debian or macOS. There are various shortcuts to common unix-like commands, such as update and upgrade (for package managers), another is poweroff or reboot."
|
|
}
|
|
]
|