maximedegreve / Tinyfaces
Licence: mit
Free stock avatars for everyone 👦🏼👨🏾👩🏻 (Built w/ Swift)
Stars: ✭ 498
Programming Languages
swift
15916 projects
Projects that are alternatives of or similar to Tinyfaces
Swiftybot
How to create a Telegram, Facebook Messenger, and Google Assistant bot with Swift using Vapor on Ubuntu / macOS.
Stars: ✭ 247 (-50.4%)
Mutual labels: vapor, xcode, ubuntu
Awesome Server Side Swift
Swift 服务端开发 Perfect、Vapor资料。
Stars: ✭ 123 (-75.3%)
Mutual labels: vapor, ubuntu
Telegrammer
Telegram Bot - written with Swift 5.2 / NIO, supports Linux, macOS
Stars: ✭ 248 (-50.2%)
Mutual labels: vapor, ubuntu
Exchangesharp
ExchangeSharp is a powerful, fast and easy to use .NET/C# API for interfacing with many crypto currency exchanges. REST and web sockets are supported.
Stars: ✭ 489 (-1.81%)
Mutual labels: api
V8 Archive
Directus Database API — Wraps Custom SQL Databases with a REST/GraphQL API
Stars: ✭ 486 (-2.41%)
Mutual labels: api
Zerocode
A community-developed, free, open source, microservices API automation and load testing framework built using JUnit core runners for Http REST, SOAP, Security, Database, Kafka and much more. Zerocode Open Source enables you to create, change, orchestrate and maintain your automated test cases declaratively with absolute ease.
Stars: ✭ 482 (-3.21%)
Mutual labels: api
Passwall Server
PassWall Server is the core backend infrastructure for PassWall platform
Stars: ✭ 489 (-1.81%)
Mutual labels: api
Java Speech Api
The J.A.R.V.I.S. Speech API is designed to be simple and efficient, using the speech engines created by Google to provide functionality for parts of the API. Essentially, it is an API written in Java, including a recognizer, synthesizer, and a microphone capture utility. The project uses Google services for the synthesizer and recognizer. While this requires an Internet connection, it provides a complete, modern, and fully functional speech API in Java.
Stars: ✭ 490 (-1.61%)
Mutual labels: api
Laravel Blade Javascript
A Blade directive to export variables to JavaScript
Stars: ✭ 485 (-2.61%)
Mutual labels: api
Packer Boxes
Jeff Geerling's Packer build configurations for Vagrant boxes.
Stars: ✭ 495 (-0.6%)
Mutual labels: ubuntu
Comfortable Swipe
Comfortable 3-finger and 4-finger swipe gesture using Xdotool in native C++
Stars: ✭ 483 (-3.01%)
Mutual labels: ubuntu
Xctesthtmlreport
Xcode-like HTML report for Unit and UI Tests
Stars: ✭ 489 (-1.81%)
Mutual labels: xcode
TinyFaces 👦🏼👨🏾👩🏻
Free stock avatars for everyone
Tiny Faces is a free crowd-sourced avatar gallery to use in your personal or commercial projects
Also check out our TinyFaces Sketch Plugin
🤖 Before building (dependencies)
- Install Vapor Toolbox
macOS:
- Run
brew install gd
- Run
brew install mysql
followed bymysql_secure_installation
to setup a database - Install Xcode
- Run
vapor xcode
, this will create the Xcode project
Ubuntu (server):
- Run
sudo apt-get install libgd-dev
- Run
apt-get install libmysqlclient-dev
Database:
- Create a MySQL database called
marvel_faces
, e.g. using the mysql CLI:CREATE DATABASE marvel_faces;
- Config/mysql.json contains the database credentials
🚧 Building
macOS:
- Run the
App
target in Xcode - TinyFaces should now be running on http://localhost:8080
- First time run http://localhost:8080/seed/ to seed the database tables with default data.
📖 Documentation
Visit the Vapor web framework's documentation for instructions on how to use this package.
💧 Community
Join the welcoming community of fellow Vapor developers in Slack.
🔧 Compatibility
This package has been tested on macOS and Ubuntu.
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].