Skip to content
This repository was archived by the owner on Mar 26, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
06db41d
lets write tests
Kasperki Feb 9, 2016
2459465
tests example
Kasperki Feb 15, 2016
b3e5837
add Gitignore file
Feb 22, 2016
f75d259
prime numbers
teroanttila Feb 22, 2016
90f2f54
prime numbers and 2
teroanttila Feb 22, 2016
10179b6
fibonacci numbers
teroanttila Feb 22, 2016
2f72013
fibo2
teroanttila Feb 22, 2016
94d4242
fibo2
teroanttila Feb 22, 2016
2598eb6
Merge branch 'master' of git://github.com/juhovan/botkit
Feb 23, 2016
75ea790
Merge branch 'master' of git://github.com/juhovan/botkit
diskoveri Feb 23, 2016
ffc9f7c
Made changes
teroanttila Feb 23, 2016
9e58fc4
Merge branch 'master' of https://github.com/teroanttila/botkit
teroanttila Feb 23, 2016
b2d04f0
Day 2 changes to fibonacci functions
Feb 23, 2016
928c6b2
merge local into remote
Feb 23, 2016
b0ba529
Add submodule weather
Feb 23, 2016
77f8379
changes
diskoveri Feb 23, 2016
d0604db
Merge branch 'master' of http://github.com/teroanttila/botkit
diskoveri Feb 23, 2016
68a2140
Merge branch 'master' of http://github.com/teroanttila/botkit
diskoveri Feb 23, 2016
bce5927
Merge test into master
teroanttila Feb 23, 2016
038053e
Fix Fibonacci module
migiz Feb 23, 2016
1ced376
weather-js
diskoveri Feb 23, 2016
781e9cb
Merge branch 'master' of http://github.com/teroanttila/botkit
diskoveri Feb 23, 2016
8dda169
add weather js file
Feb 23, 2016
9330ab1
add tests for fibonacci
migiz Feb 23, 2016
dffec72
Merge branch 'master' of https://github.com/teroanttila/botkit
migiz Feb 23, 2016
d962c1e
weather function
diskoveri Feb 23, 2016
2059292
Merge branch 'master' of http://github.com/teroanttila/botkit
diskoveri Feb 23, 2016
bc9a200
turhat funktiot pois säätoiminnosta
diskoveri Feb 23, 2016
0d63783
pikku korjaus
diskoveri Feb 23, 2016
eee97cc
ignore netbeans project files
Feb 24, 2016
4d770d3
Merge branch 'master' of https://github.com/teroanttila/botkit
Feb 24, 2016
954afea
.travis.yml
teroanttila Feb 24, 2016
0c3d7c3
pic
teroanttila Feb 24, 2016
7c6d4fc
Procfile
teroanttila Feb 24, 2016
7647432
Add Poem generator
Feb 24, 2016
1b61b39
Merge branch 'master' of https://github.com/teroanttila/botkit
Feb 24, 2016
55eae6e
initial commit for speedruns
migiz Feb 24, 2016
a5dfa57
improve speedrun replies
migiz Feb 25, 2016
2b73e63
Add function for google link
Feb 26, 2016
5f98512
Whitespaces replaced with +
teroanttila Feb 26, 2016
9e128e6
add a function for random replies
Feb 26, 2016
ed26575
Merge branch 'googlebot' of https://github.com/teroanttila/botkit int…
Feb 26, 2016
ab1dbf8
Create ISSUE_TEMPLATE
teroanttila Feb 26, 2016
3d9bbe4
Update ISSUE_TEMPLATE
teroanttila Feb 26, 2016
017bace
google
diskoveri Feb 26, 2016
0be79a8
update
diskoveri Feb 26, 2016
ca5d252
Add tinyurl address to message
Feb 26, 2016
9454e7a
Merge branch 'googlebot' of https://github.com/teroanttila/botkit int…
Feb 26, 2016
1b43ecc
Merge branch 'master' of https://github.com/teroanttila/botkit
Feb 26, 2016
a7415ce
Add mention method to trigger func
Feb 26, 2016
aa56cc2
Merge branch 'googlebot'
Feb 26, 2016
549e5ec
Add xkcd comics
migiz Feb 26, 2016
98eb5c7
add gitignore
migiz Feb 26, 2016
baee91d
Merge branch 'master' of https://github.com/teroanttila/botkit
migiz Feb 26, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Logs
logs
*.log
npm-debug.log*

nbproject
# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
.idea/*

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history
/nbproject/private/
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "weather"]
path = weather
url = https://github.com/cmfatih/weather.git
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/botkit.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/jsLibraryMappings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions .idea/libraries/botkit_node_modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading