mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
5 lines
153 B
CoffeeScript
5 lines
153 B
CoffeeScript
client = algoliasearch("JJM5H2CHJR", "50382fc2f7fa69c67e8233ace7cd7c4c")
|
|
|
|
module.exports =
|
|
client: client
|
|
schoolsIndex: client.initIndex('schools')
|