This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 484
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
623f57f
commit 4f20116
Showing
4 changed files
with
25 additions
and
31 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,5 @@ | ||
<a name="submit"></a> | ||
# builtwith.angularjs.org | ||
|
||
Gallery of AngularJS apps and demos. | ||
# CLOSED FOR BUSINESS | ||
|
||
Adding your neat thing | ||
---------------------- | ||
1. Fork this repository. | ||
2. Add a 580 by 400px thumbnail image to `projects/[yourprojectnamehere]/thumb.png` | ||
3. Add an entry to `projects/projects.json` with these properties: | ||
|
||
{ | ||
"name": "My App", // will be displayed under the screenshot | ||
"thumb": "my-app/thumb.png", // path to the image (omit the projects/ prefix) | ||
"desc": "Description of your app", // One or two sentences | ||
"url": "http://myapp.com", // url to your app | ||
"info": "http://myapp.com/blog", // url to app announcement or background | ||
"src": "https://github.com/me/myapp", // (optional) Url to your source repository | ||
"submitter": "IgorMinar", // your github username | ||
"submissionDate": "2012-05-24", // current date in ISO format | ||
"tags": [ | ||
"Demo", "Production", "Toy" // choose your app seriousness level (for plunks or fiddles use "Toy") | ||
"Game", "CRUD", "Entertainment", "Productivity", ... // choose your app type | ||
"Animations", "Local Storage", "Audio Api", "AppCache", ... // features and technologies | ||
"No jQuery", "jQuery" // do you use jQuery? | ||
"Open Source", // tag open source projects | ||
"Tests Included" // use if open source and tests are included | ||
... // others? | ||
] | ||
} | ||
|
||
4. Make sure that it looks alright by running `./web-server.js` (requires Node.js) | ||
5. Send a pull request | ||
This project is no longer maintained. Please go to https://www.madewithangular.com/ instead. |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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