Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/perkovec/starwars-names-lua

Get a random Star Wars name
https://github.com/perkovec/starwars-names-lua

Last synced: about 2 months ago
JSON representation

Get a random Star Wars name

Awesome Lists containing this project

README

        

StarWars Names
=======

Get a random Star Wars name

```Lua
local SW = require "startwarsnames"

SW.random() -- Return random name

SW.all -- All names in table
```