Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seandenigris/social-network
https://github.com/seandenigris/social-network
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/seandenigris/social-network
- Owner: seandenigris
- License: mit
- Created: 2024-03-05T22:51:46.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-08-28T16:17:07.000Z (5 months ago)
- Last Synced: 2024-11-17T19:11:36.164Z (2 months ago)
- Language: Smalltalk
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Social-Network
=======
# Installation```smalltalk
Metacello new
baseline: 'SocialNetwork';
repository: 'github://seandenigris/Social-Network';
load.
```