Skip to content
dkhamsing edited this page Aug 6, 2016 · 9 revisions

To contribute to open-source-ios-apps, please edit contents.json instead of the README.

If this seems kind of aggravating, you can always open an issue.

Thanks 😄

TLDR

A new entry should update contents.json with this format:

{
            "title": "Name of the app",
            "category": "Category name",
            "description": "What this app does",
            "source": "Link to source, usually GitHub",
            "screenshots": ["http://something.com/image.png"]
            "date_added": "Aug 6 2016",
            "suggested_by": "@github_username"
}

Feel free to cut and paste ✂️

New category

Please open an issue and contact @dkhamsing, @kvnbautista or @scribblemaniac.

Delete app

To delete an app, add the value archive to the tags field (more info).

New app (adding a JSON entry)

title, category, description, source, date_added, suggested_by and screenshots are required, the rest is optional.

{
		"title": "App name",
		"category": ["github", "parse"],
		"description": "Describe what this app does",
		"source": "https://github.com/user/repo",
		"homepage": "https://awesome-url",
		"itunes": "https://itunes.apple.com/app/id1234567890",		
                "license": "mit",
		"lang": "zho",     
		"stars": 200,     
		"tags": ["swift"],
		"screenshots": ["http://something.com/image.png", "http://something.com/image2.png"],
                "date_added": Aug 6 2016,
                "suggested_by": "@github_username"
}
Clone this wiki locally