Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/holodex/personator
A tiny web application whose sole purpose in life is to enable someone signed in with github to create, view, edit, or delete their personal linked open data profile
https://github.com/holodex/personator
Last synced: 5 days ago
JSON representation
A tiny web application whose sole purpose in life is to enable someone signed in with github to create, view, edit, or delete their personal linked open data profile
- Host: GitHub
- URL: https://github.com/holodex/personator
- Owner: holodex
- Created: 2015-10-11T00:52:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-28T03:04:26.000Z (almost 9 years ago)
- Last Synced: 2024-08-01T12:34:46.558Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 342 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - holodex/personator - A tiny web application whose sole purpose in life is to enable someone signed in with github to create, view, edit, or delete their personal linked open data profile (others)
README
# personator
A tiny web application whose sole purpose in life is to enable someone to create, view, edit, or delete their personal linked open data profile. The json linked data file that it generates will be of the type Person defined in the valueflows vocabulary
https://github.com/valueflows/agentThere are three basic steps.
1. sign in with github
2. create a profile by filling out the form
3. view your profileYou can actually check out what got generated in the process shown below here: https://github.com/Connoropolous/open-data-self/blob/master/data.json
Done so far...
## Create
![create an open linked data profile](/screenshots/create.png?raw=true)## View
![view the profile](/screenshots/view.png?raw=true)